Skip to content

Commit

Permalink
Add data dir to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gabek committed Dec 14, 2020
1 parent ce4cb44 commit 97a86ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/Dockerfile-build
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 97a86ec

Please sign in to comment.