Enable automated gitlab build and k8s deployment.

This commit is contained in:
an 2017-12-14 08:07:46 +01:00
parent 329d5b2760
commit 08332798df
4 changed files with 0 additions and 29 deletions

View file

@ -13,8 +13,6 @@ WORKDIR /app
RUN go get -d code.dnix.de/an/flokatilib/...
RUN go get -d code.dnix.de/an/xlog
RUN go get -d ./...
RUN ./genversion.sh
RUN ./genbuilddate.sh
RUN go build -o mmflokati .
CMD ["/app/mmflokati"]