mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Update Dockerfile
Add WORKDIR, usefull for easier infrastructure init script.
This commit is contained in:
parent
20237ddf69
commit
d7c1fabebb
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue