michelerussoAA commited on
Commit
72a7c9b
·
verified ·
1 Parent(s): 47bb1cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -10,7 +10,6 @@ RUN install2.r --error \
10
  ggExtra \
11
  shinythemes \
12
  highcharter
13
-
14
  COPY . .
15
 
16
  CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
 
10
  ggExtra \
11
  shinythemes \
12
  highcharter
 
13
  COPY . .
14
 
15
  CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]