Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -51,4 +51,4 @@ USER chrome
|
|
51 |
# Make port 7860 available to the world outside this container
|
52 |
EXPOSE 7860
|
53 |
|
54 |
-
CMD ["
|
|
|
51 |
# Make port 7860 available to the world outside this container
|
52 |
EXPOSE 7860
|
53 |
|
54 |
+
CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:7860"]
|