...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Hamcha 2019-10-10 15:22:00 +02:00
parent 0004515361
commit 24c728161c
Signed by: hamcha
GPG key ID: 44AD3571EB09A39E

View file

@ -6,7 +6,7 @@ ENV GO111MODULE=on
WORKDIR /app
ADD *.go .
ADD go.* .
ADD *.go /app
ADD go.* /app
ENTRYPOINT go run .