Skip to content

Commit

Permalink
fix Dockerfile and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Aug 14, 2024
1 parent e427233 commit f63a048
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ devtools::test()
```

## Deploying

To build a Docker image:

``` r
Expand All @@ -41,3 +42,6 @@ To run a built image:
``` r
docker run -p 8888:8888 seroanalytics/serovizr:<branch-name>
```

For a complete list of available tags, see Dockerhub:
https://hub.docker.com/repository/docker/seroanalytics/serovizr/tags
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN install_packages --repo=https://mrc-ide.r-universe.dev \
plumber \
porcelain \
remotes \
rlang
Rook \
stringr \
tibble

WORKDIR /serovizr

Expand Down

0 comments on commit f63a048

Please sign in to comment.