fix: web dockfile (#883)

This commit is contained in:
zxhlyh 2023-08-17 13:07:07 +08:00 committed by GitHub
parent 39574dcf6b
commit a58f95fa91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ ENV PORT 3000
WORKDIR /app/web
COPY --from=builder /app/web/public ./public
COPY --from=builder /app/web/.next/standalone ./
COPY --from=builder /app/web/.next/static ./.next/static