wip: docker and travis
This commit is contained in:
parent
93994dbb69
commit
2448533706
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue