anindya-hf-2002 commited on
Commit
e3a36bf
·
verified ·
1 Parent(s): 7937f53

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ ENV PYTHONPATH=/app
30
  RUN mkdir -p /root/.ollama
31
 
32
  # Expose ports for both Streamlit and Ollama
33
- EXPOSE 80 # Hugging Face requires the app to listen on port 80
34
 
35
  # Make sure execute.sh is executable
36
  RUN chmod +x ./execute.sh
 
30
  RUN mkdir -p /root/.ollama
31
 
32
  # Expose ports for both Streamlit and Ollama
33
+ EXPOSE 80
34
 
35
  # Make sure execute.sh is executable
36
  RUN chmod +x ./execute.sh