Skip to content

Commit

Permalink
Add reminder for REF_BRANCH var setting on docker-files
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-vitiello committed Dec 5, 2024
1 parent e6ea9b1 commit ae939ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.oasisui_app
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ apt-get install -y --no-install-recommends libnode-dev libcairo2-dev libxt-dev l

# Install Oasisui with dependencies
ARG REF_BRANCH
# Remember to change `REF_BRANCH` when testing new features under development
ENV REF_BRANCH=${REF_BRANCH:-master}
RUN R -e "install.packages('remotes')" && \
# installing older version of package shinyjs from GitHub
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.oasisui_appli
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ apt-get install -y --no-install-recommends libnode-dev libcairo2-dev libxt-dev l

# Install Oasisui with dependencies
ARG REF_BRANCH
# Remember to change `REF_BRANCH` when testing new features under development
ENV REF_BRANCH=${REF_BRANCH:-master}
RUN R -e "install.packages('remotes')" && \
# installing older version of package shinyjs from GitHub
Expand Down

0 comments on commit ae939ad

Please sign in to comment.