From 62c4f79a96ed36fdd3b2824f0f525e06320b059e Mon Sep 17 00:00:00 2001 From: markxoe Date: Thu, 6 Jul 2023 13:10:25 +0200 Subject: [PATCH] wip: usage --- README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.rst b/README.rst index f085218..42150c7 100644 --- a/README.rst +++ b/README.rst @@ -51,3 +51,16 @@ Released under the terms of the Apache License 2.0 .. _pretix: https://github.com/pretix/pretix .. _pretix development setup: https://docs.pretix.eu/en/latest/development/setup.html + + +## Internal Usage + +```Dockerfile +FROM ghcr.io/abi23ohm/pretix_manualseats as pretix_manualseats + +FROM pretix... + +... +COPY --from=pretix_manualseats /plugins/pretix_manualseats /plugins/pretix_manualseats +RUN pip install -e /plugins/pretix_manualseats +```