fixed Dockerfile
Some checks reported errors
continuous-integration/drone/tag Build was killed
continuous-integration/drone/push Build was killed

This commit is contained in:
Struchkov Mark 2024-09-01 15:54:25 +03:00
parent 5dccc2e4cf
commit f56ed6f78b
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
2 changed files with 13 additions and 1 deletions

12
.droneignore Normal file
View File

@ -0,0 +1,12 @@
.drone.yml
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
*.log
*.tmp
*.md
docs/
.gitignore
LICENSE.txt

View File

@ -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"]