Spaces:
Runtime error
Runtime error
Update Dockerfile.txt
Browse files- Dockerfile.txt +1 -1
Dockerfile.txt
CHANGED
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
14 |
COPY . /code
|
15 |
|
16 |
# CMD untuk menjalankan Gunicorn
|
17 |
-
CMD ["gunicorn", "
|
|
|
14 |
COPY . /code
|
15 |
|
16 |
# CMD untuk menjalankan Gunicorn
|
17 |
+
CMD ["gunicorn", "app:app", "-b", "0.0.0.0:7860"]
|