changed docker file to remove content

This commit is contained in:
Ulysia 2024-04-06 01:27:41 +02:00
parent 31b8dc3238
commit 2a82f66e6b
2 changed files with 1 additions and 1 deletions

View file

@ -1 +0,0 @@
content

View file

@ -8,4 +8,5 @@ FROM node:20-slim
WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/ /usr/src/app/
COPY . .
RUN rm -rf content
CMD ["npx", "quartz", "build", "--serve"]