Add COPY apps/example to Dockerfile
CodeQL checks / Detect whether code changed (push) Waiting to run Details
CodeQL checks / Analyze (actions) (push) Blocked by required conditions Details
CodeQL checks / Analyze (go) (push) Blocked by required conditions Details
CodeQL checks / Analyze (javascript) (push) Blocked by required conditions Details

This commit is contained in:
Austin Pond 2025-10-07 09:44:26 -04:00
parent 1ad75a4335
commit aaf0c2a582
No known key found for this signature in database
GPG Key ID: E96F015B40A49C32
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ COPY apps/alerting/notifications apps/alerting/notifications
COPY apps/alerting/rules apps/alerting/rules COPY apps/alerting/rules apps/alerting/rules
COPY pkg/codegen pkg/codegen COPY pkg/codegen pkg/codegen
COPY pkg/plugins/codegen pkg/plugins/codegen COPY pkg/plugins/codegen pkg/plugins/codegen
COPY apps/example apps/example
RUN go mod download RUN go mod download