mirror of
https://github.com/Octops/quake-kube.git
synced 2026-04-05 09:10:34 +00:00
Add PKG folder to build
This commit is contained in:
@ -9,6 +9,7 @@ RUN go mod download
|
||||
|
||||
COPY cmd cmd/
|
||||
COPY internal internal/
|
||||
COPY pkg pkg/
|
||||
COPY public public/
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on taskset -c 1 /usr/local/go/bin/go build -a -o q3 ./cmd/q3
|
||||
|
||||
Reference in New Issue
Block a user