Mahmudm commited on
Commit
63d4222
·
verified ·
1 Parent(s): 5e609be

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN mkdir -p /code/.cache && chmod -R 777 /code/.cache
15
  ENV XDG_CACHE_HOME=/code/.cache
16
 
17
  # Run the Panel server
18
- CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--index", "app"]
 
15
  ENV XDG_CACHE_HOME=/code/.cache
16
 
17
  # Run the Panel server
18
+ CMD ["panel", "serve", "app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--index", "app"]