diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-09-21 20:45:48 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-09-21 20:45:48 +0200 |
| commit | 93f473e9f8c0cd33bd1207a529e4679514e82b25 (patch) | |
| tree | 47f7507e86fea0104b5ffee0e70a261eb4504666 /Dockerfile | |
| parent | aa1d321e5f207a69161ffb919453dfe7311b9e61 (diff) | |
| parent | a4065bf267faf3d1c802c94b95e921732e6c2a9b (diff) | |
| download | monzero-core-93f473e9f8c0cd33bd1207a529e4679514e82b25.tar.gz monzero-core-93f473e9f8c0cd33bd1207a529e4679514e82b25.tar.xz monzero-core-93f473e9f8c0cd33bd1207a529e4679514e82b25.zip | |
Merge pull request #4397
a4065bf2 Fixes Dockerfile build problem #4396 (OPSXCQ)
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
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 |
