Skip to content
Snippets Groups Projects
Commit cc1282c0 authored by Josep Manel Andres Moscardo's avatar Josep Manel Andres Moscardo
Browse files

adding app

parent 65c5cc9f
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,10 @@ RUN apt-get update && apt-get install -y libtiff-dev \
ADD etc/ /etc/shiny-server/
COPY ./packages.R packages.R
COPY global.R /srv/shiny-server/
COPY server.R /srv/shiny-server/
COPY ui.r /srv/shiny-server/
ADD app/ /srv/shiny-server/
RUN Rscript packages.R
RUN sed -i '2ienv | grep AWS > /home/shiny/.Renviron && chown shiny.shiny /home/shiny/.Renviron\n' /usr/bin/shiny-server.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment