diff --git a/Dockerfile b/Dockerfile index e6bf7a0..d92a7f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ FROM base AS deps RUN apk add --no-cache libc6-compat WORKDIR /app +# Copy the .env file +COPY .env ./ # Copy the prisma folder before installing dependencies COPY prisma ./prisma