Comments for invoices

This commit is contained in:
2026-05-14 16:16:36 +02:00
parent c60429ad28
commit 775d9158a6
11 changed files with 41 additions and 14 deletions
+2 -2
View File
@@ -12,6 +12,8 @@ install -d -m 0755 -o $USER -g $GROUPNAME \
storage/app/private \
storage/logs
php artisan migrate --force
rm .dockerignore
rm .editorconfig
rm .env.example
@@ -31,6 +33,4 @@ rm -rf docker
rm -rf database
rm -rf app/Installer
php artisan migrate --force
exec "php-fpm"