jcheng5 commited on
Commit
5af9993
1 Parent(s): 48bf8f2

Remove shell

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -10,6 +10,5 @@ COPY . .
10
 
11
  EXPOSE 7860
12
 
13
- ENTRYPOINT ["/bin/sh", "-c"]
14
- CMD ["shiny run app.py --host 0.0.0.0 --port 7860"]
15
 
 
10
 
11
  EXPOSE 7860
12
 
13
+ CMD ["shiny", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
14