diff --git a/Dockerfile b/Dockerfile index f04a02360b1..530535d109f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,6 +55,7 @@ COPY pkg pkg COPY scripts scripts COPY conf conf COPY .github .github +COPY LICENSE ./ RUN make build-go @@ -153,6 +154,7 @@ RUN if [ ! $(getent group "$GF_GID") ]; then \ COPY --from=go-src /tmp/grafana/bin/grafana* /tmp/grafana/bin/*/grafana* ./bin/ COPY --from=js-src /tmp/grafana/public ./public +COPY --from=go-src /tmp/grafana/LICENSE ./ EXPOSE 3000