omm7 commited on
Commit
f76e588
·
verified ·
1 Parent(s): 9e06b93

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -13,4 +13,5 @@ COPY preprocessor.pkl .
13
  EXPOSE ${PORT}
14
 
15
  # Use the PORT environment variable
16
- CMD exec gunicorn --bind 0.0.0.0:${PORT} app:app
 
 
13
  EXPOSE ${PORT}
14
 
15
  # Use the PORT environment variable
16
+ CMD ["python", "app.py"]
17
+