Merge pull request #503 from cosmos/jack/fix-dockerfile
R4R: Fix Dockerfile
This commit is contained in:
commit
167d43ce38
@ -16,14 +16,14 @@ COPY . .
|
|||||||
RUN make tools deps build
|
RUN make tools deps build
|
||||||
|
|
||||||
# Final image
|
# Final image
|
||||||
FROM alpine:edge
|
FROM alpine
|
||||||
|
|
||||||
# Install ca-certificates
|
# Install ca-certificates
|
||||||
RUN apk add --update ca-certificates
|
RUN apk add --update ca-certificates
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
# Copy over binaries from the build-env
|
# Copy over binaries from the build-env
|
||||||
COPY --from=build-env /go/src/github.com/cosmos/ethermint/build/ethermint /usr/bin/ethermint
|
COPY --from=build-env /go/src/github.com/cosmos/ethermint/build/emintd /usr/bin/emintd
|
||||||
|
|
||||||
# Run ethermint by default
|
# Run emintd by default
|
||||||
CMD ["ethermint"]
|
CMD ["emintd"]
|
||||||
|
Loading…
Reference in New Issue
Block a user