Skip to content

Commit

Permalink
add user shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
akochari authored Sep 28, 2023
1 parent 295c463 commit 59ac5ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ RUN Rscript -e 'install.packages(c("shiny","tidyverse","BiocManager"))'
# Command to install packages from Bioconductor; enter the list of required Bioconductor packages for your app here
RUN Rscript -e 'BiocManager::install(c("Biostrings"),ask = F)'

COPY /app/ /srv/shiny-server/app
RUN rm -rf /srv/shiny-server/*
COPY /app/* /srv/shiny-server/

RUN cd /srv/shiny-server/ && \
sudo chown -R shiny:shiny /srv/shiny-server/app
USER shiny

EXPOSE 3838

Expand Down

0 comments on commit 59ac5ec

Please sign in to comment.