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
|
||||
|
||||
RUN git clone http://www.github.com/expanse-project/go-expanse.git
|
||||
RUN cd go-expanse
|
||||
RUN git checkout develop
|
||||
RUN make gexp
|
||||
RUN cd go-expanse && git checkout develop && make develop
|
||||
|
||||
# Install supervisor
|
||||
RUN apt-get install -q -y supervisor
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ nodaemon=false
|
|||
|
||||
[program:gexp]
|
||||
priority=30
|
||||
directory=/
|
||||
command=gexp --rpc
|
||||
directory=~/go-expanse/
|
||||
command=build/bin/gexp --rpc
|
||||
user=root
|
||||
autostart=true
|
||||
autorestart=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue