Achtik commited on
Commit
1849181
·
verified ·
1 Parent(s): c7ccc06

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ COPY . .
22
  COPY requirements.txt .
23
  RUN pip install --no-cache-dir -r requirements.txt
24
 
25
- CMD ["python", "app.py"]
 
22
  COPY requirements.txt .
23
  RUN pip install --no-cache-dir -r requirements.txt
24
 
25
+ ENTRYPOINT ["python", "app.py"]