Skip to content

Commit

Permalink
use release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gadeynebram committed May 17, 2019
1 parent 6233490 commit dda7a12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rocker/shiny-verse
WORKDIR /srv/shiny-server/
RUN wget https://github.com/open-ams/radar/archive/master.zip
RUN unzip master.zip
RUN mv radar-master radar
RUN rm master.zip
RUN wget https://github.com/open-ams/radar/archive/v0.1.zip
RUN unzip v0.1.zip
RUN mv radar-0.1 radar
RUN rm v0.1.zip
RUN R < /srv/shiny-server/radar/dependencies.R
COPY shiny-server.conf /etc/shiny-server/shiny-server.conf

0 comments on commit dda7a12

Please sign in to comment.