Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,5 +30,5 @@ RUN test -f requirements.txt && pip install --no-cache-dir -r requirements.txt |
|
|
| 30 |
# Expose port untuk API
|
| 31 |
EXPOSE 51379
|
| 32 |
|
| 33 |
-
# Jalankan aplikasi Python
|
| 34 |
ENTRYPOINT ["python3", "app.py"]
|
|
|
|
| 30 |
# Expose port untuk API
|
| 31 |
EXPOSE 51379
|
| 32 |
|
| 33 |
+
# Jalankan aplikasi Python di
|
| 34 |
ENTRYPOINT ["python3", "app.py"]
|