mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-12 14:00:27 +08:00
/srv/ was already created, just ensure its there
This commit is contained in:
parent
88657b8d3b
commit
b0159a3bdb
@ -7,7 +7,7 @@ FROM ipython/scipystack
|
||||
MAINTAINER IPython Project <ipython-dev@scipy.org>
|
||||
|
||||
# Can't directly add the source as it won't have the submodules
|
||||
RUN mkdir /srv/
|
||||
RUN mkdir -p /srv/
|
||||
WORKDIR /srv/
|
||||
RUN git clone --recursive https://github.com/ipython/ipython.git
|
||||
WORKDIR /srv/ipython/
|
||||
|
Loading…
x
Reference in New Issue
Block a user