Copy logo.svg into the docker image on build. Closes #859
This commit is contained in:
@@ -25,4 +25,5 @@ COPY --from=build /build/owncast /app/owncast
|
|||||||
COPY --from=build /build/webroot /app/webroot
|
COPY --from=build /build/webroot /app/webroot
|
||||||
COPY --from=build /build/static /app/static
|
COPY --from=build /build/static /app/static
|
||||||
COPY --from=build /build/data /app/data
|
COPY --from=build /build/data /app/data
|
||||||
|
COPY --from=build /build/webroot/img/logo.svg app/data/logo.svg
|
||||||
CMD ["/app/owncast"]
|
CMD ["/app/owncast"]
|
||||||
|
|||||||
Reference in New Issue
Block a user