gilangf3000 commited on
Commit
fdeb71d
·
verified ·
1 Parent(s): 90a984d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ RUN test -f requirements.txt && pip install --no-cache-dir -r requirements.txt |
34
  EXPOSE 51379
35
 
36
  # Jalankan aplikasi Python dengan Panel
37
- ENTRYPOINT ["panel", "serve", "app.py", "--port=51379", "--address=0.0.0.0", "--allow-websocket-origin=*"]
 
34
  EXPOSE 51379
35
 
36
  # Jalankan aplikasi Python dengan Panel
37
+ CMD ["python3", "app.py"]