Skip to content
Snippets Groups Projects
Commit 9fc2c7ec authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

-

parent f67b2808
Branches
No related tags found
No related merge requests found
Pipeline #101840 failed
...@@ -18,10 +18,11 @@ RUN apt-get update \ ...@@ -18,10 +18,11 @@ RUN apt-get update \
RUN R --version RUN R --version
# install R packages included Shiny # install R packages included Shiny
COPY ./scripts/script_install_r_packages.R . #COPY ./scripts/install_r_packages.R .
COPY ./scripts/packages_to_install.csv . #COPY ./scripts/packages_to_install.csv .
COPY ./scripts /opt/scripts
RUN Rscript script_install_r_packages.R RUN Rscript /opt/scripts/install_r_packages.R
#Install shiny server #Install shiny server
#RUN apt-get update \ #RUN apt-get update \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment