chore: rename docker dirs

This commit is contained in:
Andras Bacsai
2024-05-29 08:44:57 +02:00
parent cd7340915b
commit 11b6afbe09
35 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1 @@
oneshot

View File

@@ -0,0 +1,5 @@
#!/command/execlineb -P
foreground { composer -d /var/www/html/ install }
foreground { php /var/www/html/artisan migrate --step }
foreground { php /var/www/html/artisan dev:init }