mirror of
https://github.com/harness/drone.git
synced 2025-05-06 23:30:35 +08:00
fixed #822
This commit is contained in:
parent
768b299543
commit
5dd08030e3
@ -1 +0,0 @@
|
||||
.git
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user