Skip to content

Commit

Permalink
wip: usage
Browse files Browse the repository at this point in the history
  • Loading branch information
markxoe committed Jul 6, 2023
1 parent 2cf13e5 commit 62c4f79
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 62c4f79

Please sign in to comment.