dorogan commited on
Commit
0a0a3d2
1 Parent(s): 1e2a35a

Update: dockerfile has been updated

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip3 install --upgrade pip
8
 
9
  RUN pip3 install -r requirements.txt
10
 
11
- RUN python3 app.py
 
8
 
9
  RUN pip3 install -r requirements.txt
10
 
11
+ CMD [ "python", "./app.py"]