Copy logo.svg into the docker image on build. Closes #859
This commit is contained in:
parent
829ee6c989
commit
9a65d7c43f
@ -25,4 +25,5 @@ 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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user