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
##### DEPENDENCIES

FROM --platform=linux/amd64 node:16-alpine3.16 AS deps
RUN apk add --no-cache libc6-compat openssl
WORKDIR /app

# Install Prisma Client - remove if not using Prisma

COPY prisma ./
##### DEPENDENCIES

FROM --platform=linux/amd64 node:16-alpine3.16 AS deps
RUN apk add --no-cache libc6-compat openssl
WORKDIR /app

# Install Prisma Client - remove if not using Prisma

COPY prisma ./
2 Replies
Neto
Neto2y ago
are you using a .dockerignore file?
brr
brr2y ago
yes but its not there, I solved the problem but im curious if its a security risk now
Want results from more Discord servers?
Add your server