Include the webserver file in the dist

This commit is contained in:
Trenton H 2025-02-27 15:34:57 -08:00
parent 7fb7dfc966
commit 1acecd80ca

View File

@ -533,7 +533,8 @@ jobs:
requirements.txt \
LICENSE \
README.md \
paperless.conf.example
paperless.conf.example \
webserver.py
do
cp --verbose ${file_name} dist/paperless-ngx/
done