From ffaad142e840390b786b6aa25003f8c8c8ddaf4a Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 28 Feb 2024 16:38:44 +0300 Subject: [PATCH] Docker: apps/api: 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