Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianHordyk committed Aug 28, 2024
1 parent 68e8d68 commit 908d798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN R -e "install.packages(c('shiny', 'rmarkdown', 'remotes'), repos='https://cl


# install Slick
RUN R -e "remotes::install_github('blue-matter/Slick', ref='dev', dependencies=TRUE)"
RUN R -e "remotes::install_github('blue-matter/Slick', ref='shiny_live', dependencies=TRUE)"


# instruct Docker to expose port 3838 to the outside world
Expand Down

0 comments on commit 908d798

Please sign in to comment.