diff options
| author | OPSXCQ <opsxcq@strm.sh> | 2018-09-17 14:36:33 +0000 |
|---|---|---|
| committer | OPSXCQ <opsxcq@strm.sh> | 2018-09-17 14:36:33 +0000 |
| commit | a4065bf267faf3d1c802c94b95e921732e6c2a9b (patch) | |
| tree | a29353ccec380c291d64fc4fdd1f527218171171 /Dockerfile | |
| parent | bb30a7236725e456138f055f96a634c75ce2b491 (diff) | |
| download | monzero-core-a4065bf267faf3d1c802c94b95e921732e6c2a9b.tar.gz monzero-core-a4065bf267faf3d1c802c94b95e921732e6c2a9b.tar.xz monzero-core-a4065bf267faf3d1c802c94b95e921732e6c2a9b.zip | |
Fixes Dockerfile build problem #4396
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 5fde5a477..4ff760a56 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 |
