File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ ENV CONDA_DIR=/opt/conda \
4242ENV PATH=$CONDA_DIR/bin:$PATH \
4343 HOME=/home/$NB_USER
4444
45- # Add a script that we will use to correct permissions after running certain commands
46- ADD fix-permissions /usr/local/bin/fix-permissions
45+ # Copy a script that we will use to correct permissions after running certain commands
46+ COPY fix-permissions /usr/local/bin/fix-permissions
4747RUN chmod a+rx /usr/local/bin/fix-permissions
4848
4949# Enable prompt color in the skeleton .bashrc before creating the default NB_USER
@@ -124,7 +124,7 @@ EXPOSE 8888
124124ENTRYPOINT ["tini" , "-g" , "--" ]
125125CMD ["start-notebook.sh" ]
126126
127- # Add local files as late as possible to avoid cache busting
127+ # Copy local files as late as possible to avoid cache busting
128128COPY start.sh /usr/local/bin/
129129COPY start-notebook.sh /usr/local/bin/
130130COPY start-singleuser.sh /usr/local/bin/
You can’t perform that action at this time.
0 commit comments