fixed Dockerfile
This commit is contained in:
parent
02f1f6e56a
commit
becfc27348
@ -4,8 +4,8 @@ COPY package.json .
|
||||
COPY package-lock.json* .
|
||||
RUN npm ci
|
||||
|
||||
FROM node:20-slim
|
||||
FROM node:20-alpine
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||
COPY . .
|
||||
CMD ["npx", "quartz"]
|
||||
ENTRYPOINT ["npx", "quartz"]
|
Loading…
Reference in New Issue
Block a user