add docker packaging

This commit is contained in:
ed 2023-02-10 23:02:01 +00:00
parent dbdb9574b1
commit 1526a4e084
12 changed files with 234 additions and 0 deletions

View file

@ -232,6 +232,11 @@ rm x.py
cp -R /tmp/pe-copyparty.$(id -u)/copyparty/web/deps copyparty/web/
```
or you could build the web-dependencies from source instead (NB: does not include prismjs, need to grab that manually):
```sh
make -C scripts/deps-docker
```
then build the sfx using any of the following examples:
```sh