We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ccd97a commit 41abd16Copy full SHA for 41abd16
images/aomlomics-jh/Dockerfile
@@ -17,6 +17,7 @@ RUN echo "Creating ${NB_USER} user..." \
17
# Copy jupyter_notebook_config.py /etc/jupyter so
18
# it will be read by jupyter processes when they start. This feature is
19
# not available in repo2docker.
20
+COPY jupyter_notebook_config.py jupyter_notebook_config.py
21
RUN mkdir -p /etc/jupyter \
22
&& cp jupyter_notebook_config.py /etc/jupyter
23
0 commit comments