bentebbutt commited on
Commit
9801a10
·
verified ·
1 Parent(s): 81255eb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,7 +57,7 @@ COPY --chown=pn run.sh run.sh
57
  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 8080 8000
62
 
63
  CMD ["bash", "run.sh"]
 
57
  RUN ls -a
58
  RUN chmod +x run.sh
59
 
60
+ # Expose the port 8080 for the backend, and 8000 for FastAPI
61
  EXPOSE 8080 8000
62
 
63
  CMD ["bash", "run.sh"]