[YUNIKORN-2437] Include NOTICE and LICENSE files in Docker image (#174)

Closes: #174

Signed-off-by: Wilfred Spiegelenburg <wilfreds@apache.org>
diff --git a/Dockerfile b/Dockerfile
index 787a5a5..8a41d68 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@
 
 # Imagestage: use scratch base image
 FROM --platform=$TARGETPLATFORM scratch
-COPY --chown=0:0 build/prod/yunikorn-web /
+COPY --chown=0:0 NOTICE LICENSE build/prod/yunikorn-web /
 COPY --chown=0:0 --from=buildstage /work/dist/yunikorn-web /html/
 EXPOSE 9889
 ENV DOCUMENT_ROOT /html