Ifeanyi commited on
Commit
66f0ed2
·
1 Parent(s): ddeccc5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -7
Dockerfile CHANGED
@@ -20,14 +20,8 @@ RUN install2.r --error \
20
  RUN installGithub.r \
21
  rstudio/bslib \
22
  rstudio/httpuv \
 
23
 
24
-
25
- # Install the remotes package
26
- RUN R -e "install.packages('remotes')"
27
-
28
- # Install the package from GitHub
29
- RUN R -e "remotes::install_github('kth-library/openalex')"
30
-
31
  COPY . .
32
 
33
  CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
 
20
  RUN installGithub.r \
21
  rstudio/bslib \
22
  rstudio/httpuv \
23
+ ekmaloney/openalexR
24
 
 
 
 
 
 
 
 
25
  COPY . .
26
 
27
  CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]