Skip to content

Commit

Permalink
Docker faucet and genesis server binary coping (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisperson authored May 2, 2019
1 parent 92f0b9e commit 1511955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ci.faucet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM busybox:1-glibc
MAINTAINER Filecoin Dev Team

# Get the binary, entrypoint script, and TLS CAs from the build container.
COPY tools/faucet /usr/local/bin/faucet
COPY tools/faucet/faucet /usr/local/bin/faucet
COPY --from=filecoin:all /tmp/su-exec/su-exec /sbin/su-exec
COPY --from=filecoin:all /tmp/tini /sbin/tini
COPY --from=filecoin:all /etc/ssl/certs /etc/ssl/certs
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci.genesis
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM busybox:1-glibc
MAINTAINER Filecoin Dev Team

# Get the binary, entrypoint script, and TLS CAs from the build container.
COPY tools/genesis-file-server /usr/local/bin/genesis-file-server
COPY tools/genesis-file-server/genesis-file-server /usr/local/bin/genesis-file-server
COPY fixtures/* /data/
COPY --from=filecoin:all /tmp/su-exec/su-exec /sbin/su-exec
COPY --from=filecoin:all /tmp/tini /sbin/tini
Expand Down

0 comments on commit 1511955

Please sign in to comment.