Skip to content

Commit

Permalink
Merge pull request #43 from uc-cdis/fix/covid19-tools-welcome-path
Browse files Browse the repository at this point in the history
(COV-623):Fix/covid19 tools welcome path
  • Loading branch information
ocshawn authored Jan 13, 2021
2 parents f257a6f + b81e3f8 commit fc35a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-covid19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /home/$NB_USER
ARG COVID_TOOLS_BRANCH=master

# copy welcome splash page
ADD --chown=jovyan:users https://raw.githubusercontent.com/uc-cdis/covid19-tools/3.1.0/covid19-notebooks/welcome.html /home/$NB_USER/
ADD --chown=jovyan:users https://raw.githubusercontent.com/uc-cdis/covid19-tools/$COVID_TOOLS_BRANCH/covid19-notebooks/welcome.html /home/$NB_USER/
RUN touch /home/$NB_USER/welcome.html

# copy readme and notebooks requirements
Expand Down

0 comments on commit fc35a53

Please sign in to comment.