update dockerfile

This commit is contained in:
Christopher Franko 2016-01-15 16:40:24 -05:00
parent f32e770d2c
commit abff06ca98

View file

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