fix build
This commit is contained in:
parent
31b238b8d5
commit
8851f42ff4
@ -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