Fixes Dockerfile build problem #4396

This commit is contained in:
OPSXCQ 2018-09-17 14:36:33 +00:00
parent bb30a72367
commit a4065bf267
No known key found for this signature in database
GPG Key ID: 9AD730FE9CDE5661
1 changed files with 1 additions and 2 deletions

View File

@ -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