fixed debian install scripts permissions

This commit is contained in:
Oscar Krause 2022-12-28 21:59:48 +01:00
parent 478dc04787
commit b5ed098093

View File

@ -24,6 +24,7 @@ build:apt:
- mkdir build
# copy install instructions
- cp -r .DEBIAN build/DEBIAN
- chown -R 0775 build/DEBIAN
# copy app into "/usr/share/fastapi-dls" as "/usr/share/fastapi-dls/app" & copy README.md and version.env
- mkdir -p build/usr/share/fastapi-dls
- cp -r app build/usr/share/fastapi-dls