grg commited on
Commit
a36f4d6
1 Parent(s): 146b688

fix Dockerfile app.py to app

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
13
 
14
  COPY --chown=user . /app
15
 
16
- CMD ["python", "-m", "app.py"]
 
13
 
14
  COPY --chown=user . /app
15
 
16
+ CMD ["python", "-m", "app"]