Fix Dockerfile
This commit is contained in:
parent
80bcbd5d22
commit
37144f6b90
@ -9,4 +9,4 @@ FROM node:22-slim
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||
COPY . .
|
||||
CMD ["pnpm", "quartz", "build", "--serve"]
|
||||
CMD ["npx", "quartz", "build", "--serve"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user