Skip to content

Commit

Permalink
Docker update to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cparsania committed Dec 1, 2023
1 parent 7d239fb commit 7167545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ RUN apt-get install -y libharfbuzz-dev libfribidi-dev
RUN R -e 'install.packages("devtools", dependencies = T)'

#copy tar.gz file
COPY FungiExpresZ_2.0.0.tar.gz /FungiExpresZ
COPY FungiExpresZ_2.2.0.tar.gz /FungiExpresZ

# install FungiExpresZ
RUN R -e 'devtools::install_local("/FungiExpresZ/FungiExpresZ_2.0.0.tar.gz" , dependencies=FALSE, build = FALSE)'
RUN R -e 'devtools::install_local("/FungiExpresZ/FungiExpresZ_2.2.0.tar.gz" , dependencies=FALSE, build = FALSE)'

EXPOSE 80
CMD R -e "options('shiny.port'=80,shiny.host='0.0.0.0');library(shinyBS);FungiExpresZ::run_app()"
Expand Down

0 comments on commit 7167545

Please sign in to comment.