mirror of
https://github.com/DJSundog/wg-portal.git
synced 2024-11-23 07:03:50 -05:00
wip: docker and travis
This commit is contained in:
parent
93994dbb69
commit
2448533706
@ -15,7 +15,7 @@ ADD . /build/
|
|||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
|
||||||
# Build the Go app
|
# Build the Go app
|
||||||
RUN make build
|
RUN go clean -modcache; go mod tidy; make build
|
||||||
|
|
||||||
######-
|
######-
|
||||||
# Here starts the main image
|
# Here starts the main image
|
||||||
|
Loading…
Reference in New Issue
Block a user