refac: SERVER_PORT renamed to PORT

This commit is contained in:
Timothy J. Baek 2024-01-12 19:38:30 -08:00
parent a63507c21e
commit 0e039492c6
3 changed files with 5 additions and 4 deletions

View file

@ -17,6 +17,7 @@ RUN npm run build
FROM python:3.11-slim-bookworm as base
ENV ENV=prod
ENV PORT ""
ENV OLLAMA_API_BASE_URL "/ollama/api"