Merge pull request #55 from etienne-napoleone/master

Update Dockerfile
This commit is contained in:
Tuna 2018-06-26 14:38:25 +07:00 committed by GitHub
commit c57665ce1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@ FROM alpine:latest
LABEL maintainer="etienne@tomochain.com"
WORKDIR /tomochain
COPY --from=builder /tomochain/build/bin/tomo /usr/local/bin/tomo
RUN chmod +x /usr/local/bin/tomo