osbm commited on
Commit
b5c2241
·
verified ·
1 Parent(s): 230a1b7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ COPY --chown=user . $HOME/app
22
 
23
  RUN pip install -r requirements.txt
24
 
25
- RUN ["python", "app.py"]
 
22
 
23
  RUN pip install -r requirements.txt
24
 
25
+ CMD ["python", "app.py"]