Skip to content

Commit

Permalink
r: Add Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
beevee committed Jul 13, 2020
1 parent f6874d0 commit c215666
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dockerfiles/r/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM icfpcontest2020/rr

WORKDIR /solution
COPY . .
RUN chmod +x ./build.sh
RUN chmod +x ./run.sh
RUN ./build.sh
ENTRYPOINT ["./run.sh"]
1 change: 1 addition & 0 deletions dockerfiles/r/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM rocker/shiny-verse:4.0.2
2 changes: 2 additions & 0 deletions dockerfiles/r/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Guaranteed to work with [starterkit-r](https://github.com/icfpcontest2020/starterkit-r).
Base image `icfpcontest2020/rr:latest` built automatically from `Dockerfile.base`.

0 comments on commit c215666

Please sign in to comment.