Fix Docker build context for Go classifier
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 30s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 30s
This commit is contained in:
@@ -4,6 +4,7 @@ WORKDIR /src
|
||||
|
||||
COPY go.mod go.sum ./
|
||||
COPY cmd ./cmd
|
||||
COPY internal ./internal
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /out/monitoring-tg-classifier ./cmd/classifier \
|
||||
&& CGO_ENABLED=0 GOOS=linux go build -o /out/monitoring-tg-server ./cmd/server
|
||||
|
||||
Reference in New Issue
Block a user