wip: docker and travis

This commit is contained in:
Christoph Haas 2020-11-10 11:26:30 +01:00
parent 93994dbb69
commit 2448533706
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ADD . /build/
WORKDIR /build
# Build the Go app
RUN make build
RUN go clean -modcache; go mod tidy; make build
######-
# Here starts the main image