Skip to content

Commit 509aeb6

Browse files
committed
[NRL-1179] Switch ADD to COPY in Dockerfile
1 parent f0d7686 commit 509aeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1 && \
2020
echo "export PATH=\$ASDF_DIR/bin:\$PATH" >> ~/.bashrc && \
2121
echo "export PATH=\$ASDF_DIR/shims:\$PATH" >> ~/.bashrc
2222

23-
ADD .tool-versions .
23+
COPY .tool-versions .
2424
RUN for plugin in $(cat .tool-versions | cut -d' ' -f1); do \
2525
./.asdf/bin/asdf plugin add $plugin; \
2626
done && \

0 commit comments

Comments
 (0)