If no logo exists copy a default one into data on launch. Closes #909 (#916)

This commit is contained in:
Gabe Kangas
2021-04-11 16:44:50 -07:00
committed by GitHub
parent 2409cab5b6
commit 36be7b76c2
5 changed files with 14 additions and 3 deletions
-1
View File
@@ -25,5 +25,4 @@ COPY --from=build /build/owncast /app/owncast
COPY --from=build /build/webroot /app/webroot
COPY --from=build /build/static /app/static
COPY --from=build /build/data /app/data
COPY --from=build /build/webroot/img/logo.svg app/data/logo.svg
CMD ["/app/owncast"]