summaryrefslogtreecommitdiff
path: root/build/release/Dockerfile-build
diff options
context:
space:
mode:
Diffstat (limited to 'build/release/Dockerfile-build')
-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