mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue