mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
update docker dev deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user