fergos80 commited on
Commit
64e7010
1 Parent(s): cd64255

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -8,9 +8,9 @@ RUN install2.r --error \
8
  shiny
9
 
10
  # Install development packages from GitHub
11
- RUN installGithub.r \
12
- rstudio/bslib \
13
- rstudio/httpuv
14
 
15
  COPY . .
16
 
 
8
  shiny
9
 
10
  # Install development packages from GitHub
11
+ #RUN installGithub.r \
12
+ # rstudio/bslib \
13
+ # rstudio/httpuv
14
 
15
  COPY . .
16