forked from Mirrors/keyoxide-web
fix: fix ci copy error
This commit is contained in:
parent
876959dd7c
commit
0ea467ab3b
1 changed files with 2 additions and 5 deletions
|
@ -11,11 +11,8 @@ RUN yarn run build
|
|||
FROM node:16-alpine
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/package.json .
|
||||
COPY --from=builder /app/dist/ .
|
||||
COPY --from=builder /app/content/ .
|
||||
COPY --from=builder /app/views/ .
|
||||
COPY --from=builder /app/static/ .
|
||||
COPY --from=builder /app /app
|
||||
RUN rm -r /app/node_modules
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
|
Loading…
Reference in a new issue