From 36645437ef17f622c8926fc32a2bf2de27a6e8d7 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 7 Mar 2021 22:46:51 -0800 Subject: Do not copy the config file into Docker builds --- build/release/Dockerfile-build | 1 - 1 file changed, 1 deletion(-) diff --git a/build/release/Dockerfile-build b/build/release/Dockerfile-build index f2d8c9e05..4ad4cd228 100644 --- a/build/release/Dockerfile-build +++ b/build/release/Dockerfile-build @@ -22,7 +22,6 @@ 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-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 -- cgit v1.2.3