BG5 commited on
Commit
4ae33f5
·
verified ·
1 Parent(s): 2f817fc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,4 +36,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
36
  COPY --chown=user . /app
37
  EXPOSE 8000
38
 
39
- CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*"]
 
36
  COPY --chown=user . /app
37
  EXPOSE 8000
38
 
39
+ CMD ["sh", "-c", "python app.py"]