Make default config file simpler. Closes #364 (#375)

This commit is contained in:
Gabe Kangas
2020-11-19 08:48:33 -08:00
committed by GitHub
parent a2c088d401
commit d4426f1dff
6 changed files with 36 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ RUN apk update && apk add --no-cache ffmpeg ffmpeg-libs ca-certificates && updat
# Copy owncast assets
WORKDIR /app
COPY --from=build /build/owncast /app/owncast
COPY --from=build /build/config-example.yaml /app/config.yaml
COPY --from=build /build/config-default.yaml /app/config.yaml
COPY --from=build /build/webroot /app/webroot
COPY --from=build /build/static /app/static