generated from unkin/docker-template
Compare commits
No commits in common. "e075640c0cd3923883020764c8e690bf2be15a89" and "7386f2f9d9d1774d238878ef238560d5e29d7657" have entirely different histories.
e075640c0c
...
7386f2f9d9
@ -26,9 +26,7 @@ RUN /opt/jupyter/bin/pip install \
|
|||||||
# create a user, since we don't want to run as root
|
# create a user, since we don't want to run as root
|
||||||
RUN useradd -m jupyter
|
RUN useradd -m jupyter
|
||||||
ENV HOME=/home/jupyter
|
ENV HOME=/home/jupyter
|
||||||
RUN mkdir $HOME/work
|
WORKDIR $HOME
|
||||||
RUN chown jupyter:jupyter $HOME/work
|
|
||||||
WORKDIR $HOME/work
|
|
||||||
USER jupyter
|
USER jupyter
|
||||||
|
|
||||||
# set the default command
|
# set the default command
|
||||||
|
|||||||
Reference in New Issue
Block a user