changed docker file to remove content
This commit is contained in:
parent
31b8dc3238
commit
2a82f66e6b
|
@ -1 +0,0 @@
|
||||||
content
|
|
|
@ -8,4 +8,5 @@ FROM node:20-slim
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN rm -rf content
|
||||||
CMD ["npx", "quartz", "build", "--serve"]
|
CMD ["npx", "quartz", "build", "--serve"]
|
||||||
|
|
Loading…
Reference in a new issue