Browse Source

fix: web dockfile (#883)

tags/0.3.15
zxhlyh 2 years ago
parent
commit
a58f95fa91
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      web/Dockerfile

+ 1
- 0
web/Dockerfile View File





WORKDIR /app/web WORKDIR /app/web
COPY --from=builder /app/web/public ./public
COPY --from=builder /app/web/.next/standalone ./ COPY --from=builder /app/web/.next/standalone ./
COPY --from=builder /app/web/.next/static ./.next/static COPY --from=builder /app/web/.next/static ./.next/static



Loading…
Cancel
Save