##// END OF EJS Templates
/srv/ was already created, just ensure its there
Kyle Kelley -
Show More
@@ -7,7 +7,7 b' FROM ipython/scipystack'
7 7 MAINTAINER IPython Project <ipython-dev@scipy.org>
8 8
9 9 # Can't directly add the source as it won't have the submodules
10 RUN mkdir /srv/
10 RUN mkdir -p /srv/
11 11 WORKDIR /srv/
12 12 RUN git clone --recursive https://github.com/ipython/ipython.git
13 13 WORKDIR /srv/ipython/
General Comments 0
You need to be logged in to leave comments. Login now