Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
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 ["
|
|
|
14 |
COPY . /code
|
15 |
|
16 |
# CMD untuk menjalankan Gunicorn
|
17 |
+
CMD ["python", "main:app", "-b", "0.0.0.0:7860"]
|