Fix changelog injection

This commit is contained in:
Jan Stabenow
2022-11-09 12:15:22 +01:00
parent 7d04f018ac
commit a89d1e8a43
2 changed files with 7 additions and 6 deletions

View File

@@ -13,7 +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
ADD https://raw.githubusercontent.com/datarhei/restreamer/2.x/CHANGELOG.md /core/ui/CHANGELOG.md
COPY ./run.sh /core/bin/run.sh
COPY ./ui-root /core/ui-root