smgc commited on
Commit
550f0c2
1 Parent(s): 4605201

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -15,6 +15,4 @@ RUN pip install --no-cache-dir flask requests asgiref uvicorn pyjwt
15
 
16
  EXPOSE 8000
17
 
18
- ENV PYTHONUNBUFFERED=1
19
-
20
- CMD ["python", "-u", "app.py"]
 
15
 
16
  EXPOSE 8000
17
 
18
+ CMD ["python", "app.py"]