themehmi commited on
Commit
f1ca991
·
verified ·
1 Parent(s): 8328a58

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  # Copy the rest of your application code
14
  COPY . .
15
 
16
- # Expose port 5000 (Flask's default port)
17
  EXPOSE 7860
18
 
19
  # Set environment variables so Python outputs straight to the terminal
 
13
  # Copy the rest of your application code
14
  COPY . .
15
 
16
+ # Expose port 7860
17
  EXPOSE 7860
18
 
19
  # Set environment variables so Python outputs straight to the terminal