Mythus commited on
Commit
343b2e9
·
verified ·
1 Parent(s): ebc6d5e

Update Dockerfile

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