i hate docker

This commit is contained in:
Christopher Franko 2015-09-03 17:19:31 -04:00
parent 9964835efd
commit 93da39a0b9
2 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -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