Docker: apps/api: fix build
This commit is contained in:
parent
9e40e5141c
commit
ffaad142e8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user