Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ RUN installGithub.r \
|
|
30 |
rstudio/bslib \
|
31 |
rstudio/httpuv \
|
32 |
&& R -e "install.packages('devtools', repos='http://cran.rstudio.com/')" \
|
33 |
-
&& R -e "
|
34 |
|
35 |
COPY . .
|
36 |
|
|
|
30 |
rstudio/bslib \
|
31 |
rstudio/httpuv \
|
32 |
&& R -e "install.packages('devtools', repos='http://cran.rstudio.com/')" \
|
33 |
+
&& R -e "devtools::install_github('Ifeanyi55/SpotifyNetwork')"
|
34 |
|
35 |
COPY . .
|
36 |
|