bentebbutt commited on
Commit
81255eb
·
verified ·
1 Parent(s): 88c6d69

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -58,6 +58,6 @@ RUN ls -a
58
  RUN chmod +x run.sh
59
 
60
  # Expose the port 11434 for ollama, 8080 for the backend, and 8000 for FastAPI
61
- EXPOSE 11434 8080 8000
62
 
63
  CMD ["bash", "run.sh"]
 
58
  RUN chmod +x run.sh
59
 
60
  # Expose the port 11434 for ollama, 8080 for the backend, and 8000 for FastAPI
61
+ EXPOSE 8080 8000
62
 
63
  CMD ["bash", "run.sh"]