Skip to content

Commit 06968a9

Browse files
author
liq
committed
add: web的基础镜像构建
1 parent 2625e19 commit 06968a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/docker/App.Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ENV DEPLOY_ENV=PRODUCTION
2727
ENV CONSOLE_API_URL=http://127.0.0.1:5001
2828
ENV APP_API_URL=http://127.0.0.1:5001
2929
ENV PORT=3000
30+
ENV NEXT_PUBLIC_BASE_PATH=/dify
3031

3132
# set timezone
3233
ENV TZ=UTC

0 commit comments

Comments
 (0)