Added pkg/ to the docker build
This commit is contained in:
parent
401041d3b5
commit
4a9cccd054
@ -12,6 +12,7 @@ RUN go mod download
|
||||
# Copy the go source
|
||||
COPY main.go main.go
|
||||
COPY api/ api/
|
||||
COPY pkg/ pkg/
|
||||
COPY controllers/ controllers/
|
||||
|
||||
# Build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user