sid22669 commited on
Commit
00c3478
·
verified ·
1 Parent(s): b9e6efe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY . /app
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Make port 5000 available to the world outside this container
14
- EXPOSE 7820
15
 
16
  # Run app.py when the container launches
17
  CMD ["python", "app.py"]
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # Make port 5000 available to the world outside this container
14
+ EXPOSE 7860
15
 
16
  # Run app.py when the container launches
17
  CMD ["python", "app.py"]