mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
update dockerfile
This commit is contained in:
parent
80b554f00d
commit
ce96716426
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:utopic
|
FROM ubuntu:wily
|
||||||
MAINTAINER chrisfranko
|
MAINTAINER chrisfranko
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -37,4 +37,4 @@ ADD supervisord.conf supervisord.conf
|
||||||
EXPOSE 9656
|
EXPOSE 9656
|
||||||
EXPOSE 42786
|
EXPOSE 42786
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/geth"]
|
ENTRYPOINT ["/usr/bin/gexp"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue