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 \
42
42
ENV PATH=$CONDA_DIR/bin:$PATH \
43
43
HOME=/home/$NB_USER
44
44
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
47
47
RUN chmod a+rx /usr/local/bin/fix-permissions
48
48
49
49
# Enable prompt color in the skeleton .bashrc before creating the default NB_USER
@@ -124,7 +124,7 @@ EXPOSE 8888
124
124
ENTRYPOINT ["tini" , "-g" , "--" ]
125
125
CMD ["start-notebook.sh" ]
126
126
127
- # Add local files as late as possible to avoid cache busting
127
+ # Copy local files as late as possible to avoid cache busting
128
128
COPY start.sh /usr/local/bin/
129
129
COPY start-notebook.sh /usr/local/bin/
130
130
COPY start-singleuser.sh /usr/local/bin/
You can’t perform that action at this time.
0 commit comments