Valentin De Matos commited on
Commit
6f351d2
·
1 Parent(s): 9d14b8d

Signed-off-by: Valentin De Matos <[email protected]>

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ RUN cat /etc/ImageMagick-6/policy.xml | sed "s|\"none\"|\"write\|read\"|g" > /et
16
 
17
  COPY . .
18
 
19
- CMD ["uvicorn", "app.main:app"]
 
16
 
17
  COPY . .
18
 
19
+ CMD ["python", "app.py"]