dominiquebuford commited on
Commit
8ebd70d
·
1 Parent(s): 567e3c6

try new command

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN pip install -r requirements.txt
28
 
29
 
30
  # Define the command to run your app using CMD which should be overridden when using the container with different commands
31
- CMD ["gunicorn", "-b", "0.0.0.0:7860" ,"main:app"]
32
 
33
 
34
 
 
28
 
29
 
30
  # Define the command to run your app using CMD which should be overridden when using the container with different commands
31
+ CMD ["gunicorn", "-b", "0.0.0.0:7860" ,"app:app"]
32
 
33
 
34