mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
update dockerfile
This commit is contained in:
parent
f32e770d2c
commit
abff06ca98
1 changed files with 1 additions and 5 deletions
|
|
@ -28,11 +28,7 @@ ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH
|
|||
RUN git clone http://www.github.com/expanse-project/go-expanse.git
|
||||
RUN cd go-expanse && make gexp
|
||||
|
||||
# Install supervisor
|
||||
RUN apt-get install -q -y supervisor
|
||||
|
||||
# Add supervisor configs
|
||||
ADD supervisord.conf supervisord.conf
|
||||
RUN cp build/bin/gexp /usr/bin/gexp
|
||||
|
||||
EXPOSE 9656
|
||||
EXPOSE 42786
|
||||
|
|
|
|||
Loading…
Reference in a new issue