mirror of https://github.com/grafana/grafana.git
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
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:
parent
1ad75a4335
commit
aaf0c2a582
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue