Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Nov 27, 2024
1 parent 7608c8e commit ef66450
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 @@ -69,7 +69,7 @@ ENV RENV_PATHS_CACHE=renv/.cache
RUN R -e "renv::restore()"

#copy app
COPY . /srv/dcf-shiny
COPY . /srv/geoflow-shiny
#etc dirs (for config)
RUN mkdir -p /etc/geoflow-shiny/

Expand Down

0 comments on commit ef66450

Please sign in to comment.