FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 1b2ff1e8 authored by L. Bower's avatar L. Bower
Browse files

making the DOckerfile a template, people using it should make a copy and...

making the DOckerfile a template, people using it should make a copy and override the UID and GID variables for their machine
parent 21b82549
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ ARG UID=1006
ARG GID=1008
RUN groupadd -g $GID $GNAME
RUN useradd -m -u $UID -g $GID -o -s /bin/bash $UNAME
USER ewsmanager
USER $UNAME
RUN echo $PYTHONPATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment