From 8851f42ff4b2349a9919d5e64a5774bad4d9033b Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 7 Jun 2024 12:49:34 +0300 Subject: [PATCH] fix build --- apps/api/Dockerfile | 1 - 1 file changed, 1 deletion(-) 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