Do0rMaMu commited on
Commit
f9f204f
·
verified ·
1 Parent(s): 7230788

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -13,8 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  # Copy the rest of the application code to the container
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"]
 
13
  # Copy the rest of the application code to the container
14
  COPY . .
15
 
 
 
16
 
17
  # Define the command to run the Flask app
18
  CMD ["python", "app.py"]