camparchimedes commited on
Commit
c998a4f
ยท
verified ยท
1 Parent(s): 5756ed8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,6 +12,7 @@ COPY requirements.txt .
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
  COPY . .
14
  #COPY --chown=user . /app
15
- CMD ["app:app", "-h", "0.0.0.0", "-p", "7860"] # "--root-path", "/", "app.py"<--??
 
16
 
17
 
 
12
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
  COPY . .
14
  #COPY --chown=user . /app
15
+ CMD ["python", "run", "app.py","-h", "0.0.0.0", "-p", "7860"] # "--root-path", "/", "app.py"<--??
16
+
17
 
18