Docker: apps/api: fix build

This commit is contained in:
vchikalkin 2024-02-28 16:38:44 +03:00
parent 9e40e5141c
commit ffaad142e8

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