mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
add docker packaging
This commit is contained in:
parent
dbdb9574b1
commit
1526a4e084
12 changed files with 234 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue