Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,5 +33,5 @@ RUN test -f requirements.txt && pip install --no-cache-dir -r requirements.txt |
|
|
33 |
# Expose port untuk API
|
34 |
EXPOSE 51379
|
35 |
|
36 |
-
# Jalankan aplikasi Python
|
37 |
ENTRYPOINT ["panel", "serve", "app.py", "--port=51379", "--address=0.0.0.0", "--allow-websocket-origin=*"]
|
|
|
33 |
# Expose port untuk API
|
34 |
EXPOSE 51379
|
35 |
|
36 |
+
# Jalankan aplikasi Python
|
37 |
ENTRYPOINT ["panel", "serve", "app.py", "--port=51379", "--address=0.0.0.0", "--allow-websocket-origin=*"]
|