prisma folder and db nowhere to be found in docker container
I am using the dockerfile from the t3 docs, everything builds fine, but I can't seem to find the prisma folder which should have the schema and the .sqlite db
Start of docker file
##### DEPENDENCIESFROM --platform=linux/amd64 node:16-alpine3.16 AS depsRUN apk add --no-cache libc6-compat opensslWORKDIR /app# Install Prisma Client - remove if not using PrismaCOPY prisma ./
##### DEPENDENCIESFROM --platform=linux/amd64 node:16-alpine3.16 AS depsRUN apk add --no-cache libc6-compat opensslWORKDIR /app# Install Prisma Client - remove if not using PrismaCOPY prisma ./