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
-1
View File
@@ -1 +0,0 @@
.git
+1 -1
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"]