This commit is contained in:
Brad Rydzewski 2015-01-15 21:35:38 -08:00
parent 768b299543
commit 5dd08030e3
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
.git

View file

@ -10,7 +10,7 @@ WORKDIR /gopath/src/github.com/drone/drone
RUN apt-get update
RUN apt-get -y install zip libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
RUN make deps build test embed install
RUN make deps build embed install
EXPOSE 80
ENTRYPOINT ["/usr/local/bin/droned"]