Unverified Commit a58f95fa authored by zxhlyh's avatar zxhlyh Committed by GitHub

fix: web dockfile (#883)

parent 39574dcf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment