web / Dockerfile
99i's picture
Update Dockerfile
0868336 verified
raw
history blame
307 Bytes
FROM henrybit/dify-web
EXPOSE 3000
ENV NEXT_PUBLIC_DEPLOY_ENV=PRODUCTION
ENV NEXT_PUBLIC_PUBLIC_API_PREFIX=https://99i-dy.hf.space/api
ENV DEPLOY_ENV=PRODUCTION
ENV NEXT_PUBLIC_API_PREFIX=https://99i-dy.hf.space/console/api
ENV CONSOLE_API_URL=https://99i-dy.hf.space
ENV APP_API_URL=https://99i-dy.hf.space