Jofthomas commited on
Commit
0d69c77
·
verified ·
1 Parent(s): 693f765

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,7 +47,7 @@ RUN --mount=type=secret,id=MISTRAL_API_KEY,mode=0444,required=true \
47
  cat /run/secrets/MISTRAL_API_KEY > /test
48
 
49
  # Expose the port
50
- EXPOSE 8000
51
 
52
  # Command to run the application
53
  CMD ["python", "main.py"]
 
47
  cat /run/secrets/MISTRAL_API_KEY > /test
48
 
49
  # Expose the port
50
+ EXPOSE 7860
51
 
52
  # Command to run the application
53
  CMD ["python", "main.py"]