From 7b291105af8cd36d1d7f7cfafe802bb8b4892896 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 5 Jul 2023 12:57:20 -0700 Subject: [PATCH] comments --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac92f8d5..69be0d23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -117,12 +117,12 @@ RUN --mount=type=bind,target=.,rw \ ; \ /usr/local/bin/web3_proxy_cli --help | grep 'Usage: web3_proxy_cli' -# # copy this file so that docker actually creates the build_tests container -# # without this, the runtime container doesn't need build_tests and so docker build skips it +# copy this file so that docker actually creates the build_tests container +# without this, the runtime container doesn't need build_tests and so docker build skips it COPY --from=build_tests /test_success / # -# We do not need the Rust toolchain to run the binary! +# We do not need the Rust toolchain or any deps to run the binary! # FROM debian:bullseye-slim AS runtime