doch workdir auf root
This commit is contained in:
parent
2468050c79
commit
69bf302bf7
|
@ -19,3 +19,6 @@ COPY . ${HOME}
|
||||||
RUN chown -R 1000 ${HOME}
|
RUN chown -R 1000 ${HOME}
|
||||||
|
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|
||||||
|
# set jupyter root directory
|
||||||
|
WORKDIR /
|
||||||
|
|
Loading…
Reference in New Issue