update docker dev deployment

This commit is contained in:
2025-12-26 22:53:50 -05:00
parent bdb51cf064
commit f21c987f8f
2 changed files with 1 additions and 23 deletions
+1
View File
@@ -58,6 +58,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /srv/shiny-server/app
RUN chown -R shiny:shiny /srv/shiny-server/app
COPY --chown=shiny:shiny --from=renv-base /app/renv /srv/shiny-server/app/renv
COPY --chown=shiny:shiny --from=renv-base /app/.Rprofile /srv/shiny-server/app/.Rprofile