-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6233490
commit dda7a12
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |