trojan0x commited on
Commit
8b1a8c9
·
verified ·
1 Parent(s): 8419aeb

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,8 +13,8 @@ COPY backend/ ./backend/
13
  ENV AI_PROVIDER=github
14
  ENV GITHUB_MODEL=gpt-4o-mini
15
  ENV HAPI_FHIR_URL=https://hapi.fhir.org/baseR4
 
16
 
17
- # HuggingFace Spaces uses port 7860
18
  EXPOSE 7860
19
 
20
  CMD ["python", "backend/main.py"]
 
13
  ENV AI_PROVIDER=github
14
  ENV GITHUB_MODEL=gpt-4o-mini
15
  ENV HAPI_FHIR_URL=https://hapi.fhir.org/baseR4
16
+ ENV PORT=7860
17
 
 
18
  EXPOSE 7860
19
 
20
  CMD ["python", "backend/main.py"]