fix build

This commit is contained in:
vchikalkin 2024-06-07 12:49:34 +03:00
parent 31b238b8d5
commit 8851f42ff4

View File

@ -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