Browse Source

installing elab users management script

main
Holger Frey 3 years ago
parent
commit
74370c6e02
  1. 1
      Dockerfile

1
Dockerfile

@ -44,6 +44,7 @@ ENV APACHE_RUN_GROUP=deploy @@ -44,6 +44,7 @@ ENV APACHE_RUN_GROUP=deploy
USER deploy
ENV PATH "$PATH:/home/deploy/.local/bin"
RUN pip install --upgrade pip
RUN pip install git+https://git.cpi.imtek.uni-freiburg.de/CPI/elab-users.git
WORKDIR /data

Loading…
Cancel
Save