Sathwik3 commited on
Commit
3919086
·
verified ·
1 Parent(s): a2c0b81

Expose to 7860

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  COPY . .
15
 
16
  # Expose the port your app will run on (e.g., if it's an API)
17
- EXPOSE 8000
18
 
19
  # Define the command to run your application
20
  # This assumes your main script is named "app.py"
 
14
  COPY . .
15
 
16
  # Expose the port your app will run on (e.g., if it's an API)
17
+ EXPOSE 7860
18
 
19
  # Define the command to run your application
20
  # This assumes your main script is named "app.py"