fixed Dockerfile
This commit is contained in:
parent
f56ed6f78b
commit
b748adc8a9
@ -1,4 +1,7 @@
|
||||
.git/
|
||||
.github/
|
||||
.drone.yml
|
||||
.gitattributes
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
@ -9,4 +12,5 @@ Thumbs.db
|
||||
*.md
|
||||
docs/
|
||||
.gitignore
|
||||
LICENSE.txt
|
||||
LICENSE.txt
|
||||
CODE_OF_CONDUCT.md
|
@ -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"]
|
||||
CMD ["npx", "quartz"]
|
Loading…
Reference in New Issue
Block a user