mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
i hate docker
This commit is contained in:
parent
9964835efd
commit
93da39a0b9
2 changed files with 3 additions and 5 deletions
|
|
@ -25,9 +25,7 @@ ENV GOPATH /gopath
|
||||||
ENV PATH $GOROOT/bin:$GOPATH/bin:$PATH
|
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
|
RUN cd go-expanse && git checkout develop && make develop
|
||||||
RUN git checkout develop
|
|
||||||
RUN make gexp
|
|
||||||
|
|
||||||
# Install supervisor
|
# Install supervisor
|
||||||
RUN apt-get install -q -y supervisor
|
RUN apt-get install -q -y supervisor
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,8 @@ nodaemon=false
|
||||||
|
|
||||||
[program:gexp]
|
[program:gexp]
|
||||||
priority=30
|
priority=30
|
||||||
directory=/
|
directory=~/go-expanse/
|
||||||
command=gexp --rpc
|
command=build/bin/gexp --rpc
|
||||||
user=root
|
user=root
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue