diff --git a/Dockerfile b/Dockerfile index cad185e..b349488 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ FROM $FFMPEG_IMAGE COPY --from=core /core /core COPY --from=restreamer-ui /ui/build /core/ui +ADD https://raw.githubusercontent.com/datarhei/restreamer/2.x/CHANGELOG.md /core/ui/public/CHANGELOG.md COPY ./run.sh /core/bin/run.sh COPY ./ui-root /core/ui-root