mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +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…
Reference in New Issue
Block a user