Skip to content

Commit

Permalink
create dirs for tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Jul 4, 2024
1 parent bbb13ac commit 18e74eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vre-singleuser-reana-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ RUN pip install reana-client ipykernel
USER root

RUN mkdir -p /certs
RUN mkdir -p /opt/rucio \
&& chown -R $NB_UID /opt/rucio

ENV JUPYTER_ENABLE_LAB=yes

WORKDIR $HOME
Expand Down

0 comments on commit 18e74eb

Please sign in to comment.