summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2020-12-13 23:09:55 -0800
committerGabe Kangas <gabek@real-ity.com>2020-12-13 23:09:55 -0800
commit97a86ec388725f5c867cf88e172a59a71d0baf5a (patch)
treefdd3544f1b2895cc80b72bbe824acfc96bd5c0ac
parentce4cb44412a86dd7e92a7c3b74a489fd47a9c5f6 (diff)
Add data dir to Dockerfilev0.0.3
-rw-r--r--build/release/Dockerfile-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release/Dockerfile-build b/build/release/Dockerfile-build
index 70f56de2a..f6450ff28 100644
--- a/build/release/Dockerfile-build
+++ b/build/release/Dockerfile-build
@@ -25,5 +25,5 @@ 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
CMD ["/app/owncast"]