Browse Source

Do not copy the config file into Docker builds

pull/794/head v0.0.6
Gabe Kangas 4 years ago
parent
commit
36645437ef
  1. 1
      build/release/Dockerfile-build

1
build/release/Dockerfile-build

@ -22,7 +22,6 @@ RUN apk update && apk add --no-cache ffmpeg ffmpeg-libs ca-certificates && updat @@ -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

Loading…
Cancel
Save