mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 07:19:08 +08:00
fix: web dockfile (#883)
This commit is contained in:
parent
39574dcf6b
commit
a58f95fa91
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user