Remove docker target from Dockerfile

Fixes failing builds
This commit is contained in:
David Windell 2015-06-23 21:59:45 +01:00 committed by Dwayne Jones
parent c9b8e011f5
commit eb1af7162c

View file

@ -10,7 +10,7 @@ WORKDIR /gopath/src/github.com/drone/drone
RUN apt-get update RUN apt-get update
RUN apt-get -y install zip libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null RUN apt-get -y install zip libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
RUN make docker deps build embed install RUN make deps build embed install
EXPOSE 80 EXPOSE 80
VOLUME ["/var/lib/drone"] VOLUME ["/var/lib/drone"]