dominiquebuford
commited on
Commit
·
8ebd70d
1
Parent(s):
567e3c6
try new command
Browse files- 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" ,"
|
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 |
|