lkjjj26 commited on
Commit
6ea2eee
·
1 Parent(s): e675f60

update requirements.txt

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ COPY . .
10
 
11
  EXPOSE 7860
12
 
13
- CMD ["python", "app.py"]
 
10
 
11
  EXPOSE 7860
12
 
13
+ CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]