Echo-ai commited on
Commit
75f2f4f
·
verified ·
1 Parent(s): 8eb1949

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY --chown=user start.sh .
16
  RUN chmod +x start.sh
17
 
18
  # Expose port 7860 (Hugging Face Spaces requirement)
19
- EXPOSE 7860
20
 
21
  # Start Ollama on port 7860
22
  CMD ["./start.sh"]
 
16
  RUN chmod +x start.sh
17
 
18
  # Expose port 7860 (Hugging Face Spaces requirement)
19
+ EXPOSE 7860:11434
20
 
21
  # Start Ollama on port 7860
22
  CMD ["./start.sh"]