Skip to content

Commit

Permalink
change copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMarais committed Feb 6, 2024
1 parent 984fef8 commit 185d9b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 05_DASHBOARD/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV BRANCH_NAME=${BRANCH_NAME}
RUN install2.r rsconnect shiny tidyverse bslib leaflet sf
WORKDIR /usr/src/dashboard-development
# Copy the 'app' directory contents into the container
COPY ./03_Data_for_app /usr/src/dashboard-development/
COPY ./04_Tests /usr/src/dashboard-development/
COPY ./05_DASHBOARD /usr/src/dashboard-development/
COPY ./03_Data_for_app /usr/src/dashboard-development/03_Data_for_app/
COPY ./04_Tests /usr/src/dashboard-development/04_Tests/
COPY ./05_DASHBOARD /usr/src/dashboard-development/05_DASHBOARD/
CMD Rscript /usr/src/dashboard-development/05_DASHBOARD/deploy.R
6 changes: 3 additions & 3 deletions 05_DASHBOARD/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV BRANCH_NAME=${BRANCH_NAME}
RUN install2.r rsconnect shiny tidyverse bslib leaflet sf
WORKDIR /usr/src/dashboard-development
# Copy the 'app' directory contents into the container
COPY ./03_Data_for_app /usr/src/dashboard-development/
COPY ./04_Tests /usr/src/dashboard-development/
COPY ./05_DASHBOARD /usr/src/dashboard-development/
COPY ./03_Data_for_app /usr/src/dashboard-development/03_Data_for_app/
COPY ./04_Tests /usr/src/dashboard-development/04_Tests/
COPY ./05_DASHBOARD /usr/src/dashboard-development/05_DASHBOARD/
CMD Rscript /usr/src/dashboard-development/05_DASHBOARD/deploy-dev.R

0 comments on commit 185d9b1

Please sign in to comment.