ruslanmv commited on
Commit
08a82bb
·
1 Parent(s): 144ebc5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -33,6 +33,7 @@ ENV PATH="/app/venv/bin:/root/.ollama/bin:$PATH"
33
 
34
  # Expose the server port
35
  EXPOSE 7860
 
36
 
37
  # Copy the entry point script
38
  COPY entrypoint.sh /entrypoint.sh
 
33
 
34
  # Expose the server port
35
  EXPOSE 7860
36
+ EXPOSE 11434
37
 
38
  # Copy the entry point script
39
  COPY entrypoint.sh /entrypoint.sh