Junr-syl commited on
Commit
dc568c3
1 Parent(s): 82bc3c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY . /app
16
  RUN pip install pip install --no-cache-dir --upgrade -r requirements.txt
17
 
18
  # Make port 7000-8000 available
19
- EXPOSE 7000-8000
20
 
21
  # Define the command to run the Flask app
22
- CMD ["py", "app/app.py"]
 
16
  RUN pip install pip install --no-cache-dir --upgrade -r requirements.txt
17
 
18
  # Make port 7000-8000 available
19
+ EXPOSE 7860
20
 
21
  # Define the command to run the Flask app
22
+ CMD ["py", "src/app.py"]