We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccf2d9 commit 5bed29bCopy full SHA for 5bed29b
Dockerfile
@@ -4,8 +4,8 @@ ARG RUST_VERSION=1.54.0
4
RUN yum install -y jq openssl-devel
5
RUN set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
6
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION
7
-ADD build.sh /usr/local/bin/
8
-ADD latest.sh /usr/local/bin/
+COPY build.sh /usr/local/bin/
+COPY latest.sh /usr/local/bin/
9
VOLUME ["/code"]
10
WORKDIR /code
11
ENTRYPOINT ["/usr/local/bin/build.sh"]
0 commit comments