Skip to content

Commit

Permalink
fix(docker): add missing www directory needed for js scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendiot42 committed Jun 25, 2024
1 parent 1d35920 commit c3c4bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ COPY ./tools/ /srv/shiny-server/PlantBreedGame/tools
# install packages dependencies
RUN Rscript /srv/shiny-server/PlantBreedGame/tools/installDeps.R
COPY ./src/ /srv/shiny-server/PlantBreedGame/src
COPY ./www/ /srv/shiny-server/PlantBreedGame/www
COPY ./global.R /srv/shiny-server/PlantBreedGame/.
COPY ./ui.R /srv/shiny-server/PlantBreedGame/.
COPY ./server.R /srv/shiny-server/PlantBreedGame/.
Expand Down

0 comments on commit c3c4bf6

Please sign in to comment.