Small improvements

This commit is contained in:
2026-04-30 20:30:00 +02:00
parent 4a97cf230b
commit b91af2e889
7 changed files with 40 additions and 10 deletions

View File

@@ -12,6 +12,24 @@ install -d -m 0755 -o $USER -g $GROUPNAME \
storage/app/private \
storage/logs
rm .dockerignore
rm .editorconfig
rm .env.exaple
rm .gitattributes
rm .gitignore
rm Makefile
rm README.md
rm docker-compose.dev
rm docker-compose.prod
rm justfile
rm phpunit.xml
rm -rf node_modules
rm composer.json
rm composer.lock
rm package-lock.json
rm package.json
rm -rf docker
php artisan migrate --force
exec "php-fpm"