summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2021-03-07 22:46:51 -0800
committerGabe Kangas <gabek@real-ity.com>2021-03-07 22:46:51 -0800
commit36645437ef17f622c8926fc32a2bf2de27a6e8d7 (patch)
tree031bed5cb79ae63b5a7a4572a63d1c92a1d86b0c
parente713852c67b7aa6545375f301777dcf5a022bf24 (diff)
Do not copy the config file into Docker buildsv0.0.6
-rw-r--r--build/release/Dockerfile-build1
1 files changed, 0 insertions, 1 deletions
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