Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6579 from EOSIO/docker_pipeline_update
Browse files Browse the repository at this point in the history
Remove the copy of the contracts directory from the Dockerfile
  • Loading branch information
zreyn authored Jan 10, 2019
2 parents fb85978 + 0f9cf13 commit 804261f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ FROM ubuntu:18.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install openssl ca-certificates && rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/local/lib/* /usr/local/lib/
COPY --from=builder /tmp/build/bin /opt/eosio/bin
COPY --from=builder /tmp/build/contracts /contracts
COPY --from=builder /eos/Docker/config.ini /
COPY --from=builder /etc/eosio-version /etc
COPY --from=builder /eos/Docker/nodeosd.sh /opt/eosio/bin/nodeosd.sh
Expand Down

0 comments on commit 804261f

Please sign in to comment.