fix: fix ci copy error

This commit is contained in:
Yarmo Mackenbach 2023-08-26 10:52:46 +02:00
parent 876959dd7c
commit 0ea467ab3b
No known key found for this signature in database
GPG key ID: 3C57D093219103A3

View file

@ -11,11 +11,8 @@ RUN yarn run build
FROM node:16-alpine FROM node:16-alpine
WORKDIR /app WORKDIR /app
COPY --from=builder /app/package.json . COPY --from=builder /app /app
COPY --from=builder /app/dist/ . RUN rm -r /app/node_modules
COPY --from=builder /app/content/ .
COPY --from=builder /app/views/ .
COPY --from=builder /app/static/ .
EXPOSE 3000 EXPOSE 3000