Kill me now
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

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