aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 96526e450..c518b5d03 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -128,8 +128,7 @@ RUN set -ex && \
apt-get --no-install-recommends --yes install ca-certificates && \
apt-get clean && \
rm -rf /var/lib/apt
-
-COPY --from=builder /src/build/release/bin/* /usr/local/bin/
+COPY --from=builder /src/build/Linux/master/release/* /usr/local/bin/
# Contains the blockchain
VOLUME /root/.bitmonero