diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index 0df44c7..c0938a1 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -31,7 +31,6 @@ RUN pnpm install # Build the project and its dependencies COPY --from=builder /app/out/full/ . COPY turbo.json turbo.json -COPY .env .env RUN pnpm dotenv -e .env turbo run build --filter=api... FROM node:alpine AS runner