Do0rMaMu commited on
Commit
7a452fc
·
verified ·
1 Parent(s): f1710ca

Update Dockerfile

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 that the Flask app runs on
17
- EXPOSE 8000
18
 
19
  # Define the command to run the Flask app
20
  CMD ["python", "app.py"]
 
14
  COPY . .
15
 
16
  # Expose the port that the Flask app runs on
17
+ EXPOSE 8006
18
 
19
  # Define the command to run the Flask app
20
  CMD ["python", "app.py"]