Skip to content

Commit

Permalink
add cscs style to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed Dec 4, 2024
1 parent 9cf940e commit 26991a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ RUN . /opt/jhub-env/bin/activate && \
cd .. && \
rm -r firecrestspawner

RUN rm -r /opt/jhub-env/share/jupyterhub/templates
COPY dockerfiles/cscs-style-jh4/templates /opt/jhub-env/share/jupyterhub/templates
COPY dockerfiles/cscs-style-jh4/static/css/cscs /opt/jhub-env/share/jupyterhub/static/css/cscs


EXPOSE 8000

RUN useradd -ms /bin/bash juhu
Expand Down

0 comments on commit 26991a6

Please sign in to comment.