fixed Dockerfile
This commit is contained in:
parent
5dccc2e4cf
commit
f56ed6f78b
12
.droneignore
Normal file
12
.droneignore
Normal file
@ -0,0 +1,12 @@
|
||||
.drone.yml
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.log
|
||||
*.tmp
|
||||
*.md
|
||||
docs/
|
||||
.gitignore
|
||||
LICENSE.txt
|
@ -8,4 +8,4 @@ FROM node:20-slim
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||
COPY . .
|
||||
CMD ["npx", "quartz", "build", "--serve"]
|
||||
CMD ["npx", "quartz"]
|
||||
|
Loading…
Reference in New Issue
Block a user