mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +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 git clone http://www.github.com/expanse-project/go-expanse.git
|
||||||
RUN cd go-expanse && make gexp
|
RUN cd go-expanse && make gexp
|
||||||
|
|
||||||
# Install supervisor
|
RUN cp build/bin/gexp /usr/bin/gexp
|
||||||
RUN apt-get install -q -y supervisor
|
|
||||||
|
|
||||||
# Add supervisor configs
|
|
||||||
ADD supervisord.conf supervisord.conf
|
|
||||||
|
|
||||||
EXPOSE 9656
|
EXPOSE 9656
|
||||||
EXPOSE 42786
|
EXPOSE 42786
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue