LeireTedCas commited on
Commit
9b51b02
1 Parent(s): 745e9e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -15,4 +15,5 @@ RUN pip3 install -r requirements.txt
15
  COPY . .
16
 
17
  EXPOSE 5000
18
- CMD [ "python", "app.py"] #, "--host", "0.0.0.0", "--port", "7860"]
 
 
15
  COPY . .
16
 
17
  EXPOSE 5000
18
+ CMD [ "python", "app.py"]
19
+ # "--host", "0.0.0.0", "--port", "7860"]