trojan0x commited on
Commit
47ed65a
·
verified ·
1 Parent(s): 8b1a8c9

Fix: set PORT=7860 for HF Spaces

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ 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
  ENV PORT=7860
17
 
18
  EXPOSE 7860
 
13
  ENV AI_PROVIDER=github
14
  ENV GITHUB_MODEL=gpt-4o-mini
15
  ENV HAPI_FHIR_URL=https://hapi.fhir.org/baseR4
16
+ # HuggingFace Spaces requires port 7860
17
  ENV PORT=7860
18
 
19
  EXPOSE 7860