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

View file

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