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
3285d43be4
commit
7cc54d9fa2
1 changed files with 4 additions and 4 deletions
|
@ -12,10 +12,10 @@ FROM node:16-alpine
|
|||
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/package.json /app/package.json
|
||||
COPY --from=builder /app/dist /app/dist
|
||||
COPY --from=builder /app/content /app/content
|
||||
COPY --from=builder /app/views /app/views
|
||||
COPY --from=builder /app/static /app/static
|
||||
COPY --from=builder /app/dist/* /app/dist/
|
||||
COPY --from=builder /app/content/* /app/content/
|
||||
COPY --from=builder /app/views/* /app/views/
|
||||
COPY --from=builder /app/static/* /app/static/
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
|
|
Loading…
Reference in a new issue