feat: docker for multi-user support updated

This commit is contained in:
Timothy J. Baek 2023-11-19 10:58:49 -08:00
parent dedb42582b
commit 99e8816e73
3 changed files with 5 additions and 5 deletions

View file

@ -22,6 +22,9 @@ ARG OLLAMA_API_BASE_URL='/ollama/api'
ENV ENV=prod
ENV OLLAMA_API_BASE_URL $OLLAMA_API_BASE_URL
ENV WEBUI_AUTH ""
ENV WEBUI_DB_URL ""
ENV WEBUI_JWT_SECRET_KEY "SECRET_KEY"
WORKDIR /app
COPY --from=build /app/build /app/build