|
|
|
@ -25,5 +25,5 @@ COPY --from=build /build/owncast /app/owncast
@@ -25,5 +25,5 @@ COPY --from=build /build/owncast /app/owncast
|
|
|
|
|
COPY --from=build /build/config-default.yaml /app/config.yaml |
|
|
|
|
COPY --from=build /build/webroot /app/webroot |
|
|
|
|
COPY --from=build /build/static /app/static |
|
|
|
|
|
|
|
|
|
COPY --from=build /build/data /app/data |
|
|
|
|
CMD ["/app/owncast"] |
|
|
|
|