baxin commited on
Commit
77de879
·
verified ·
1 Parent(s): 4aa5de4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ COPY . /app
20
  RUN pip install --no-cache-dir -r requirements.txt
21
 
22
  # Make port 7860 available to the world outside this container
23
- EXPOSE 7860
24
 
25
  # Run app.py when the container launches
26
  CMD ["python", "app.py"]
 
20
  RUN pip install --no-cache-dir -r requirements.txt
21
 
22
  # Make port 7860 available to the world outside this container
23
+ #EXPOSE 7860
24
 
25
  # Run app.py when the container launches
26
  CMD ["python", "app.py"]