Skip to content

Commit

Permalink
prevent squashing the file system when copying app files
Browse files Browse the repository at this point in the history
  • Loading branch information
akochari authored Jan 9, 2024
1 parent 795a860 commit c7f594e
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 @@ -13,7 +13,7 @@ RUN Rscript -e 'install.packages(c("shiny","tidyverse","BiocManager"))'
RUN Rscript -e 'BiocManager::install(c("Biostrings"),ask = F)'

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

USER shiny

Expand Down

0 comments on commit c7f594e

Please sign in to comment.