Henamen21 commited on
Commit
04fcadb
·
1 Parent(s): ce64818

editing CMD

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
 
10
  COPY . .
11
 
12
- CMD ["python", "app/app.py", "--host", "0.0.0.0", "--port", "7860"]
 
9
 
10
  COPY . .
11
 
12
+ CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]