...
continuous-integration/drone/push Build is failing Details

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
1 changed files with 2 additions and 2 deletions

View File

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