mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Do not copy the config file into Docker builds
This commit is contained in:
parent
e713852c67
commit
36645437ef
@ -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…
x
Reference in New Issue
Block a user