forked from Mirrors/keyoxide-web
fix: fix ci copy error
This commit is contained in:
parent
bc2f2b6a86
commit
fef0e11052
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@ FROM node:16-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/package.json ./package.json
|
COPY --from=builder /app/package.json ./package.json
|
||||||
COPY --from=builder /app/dist ./dist
|
COPY --from=builder /app/dist/ /app/dist/
|
||||||
COPY --from=builder /app/content ./content
|
COPY --from=builder /app/content/ /app/content/
|
||||||
COPY --from=builder /app/views ./views
|
COPY --from=builder /app/views/ /app/views/
|
||||||
COPY --from=builder /app/static ./static
|
COPY --from=builder /app/static/ /app/static/
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue