Most of this is just gpt slop
This commit is contained in:
parent
9213ca6df6
commit
57afb8862d
12 changed files with 600 additions and 0 deletions
8
docker/entrypoint.sh
Normal file
8
docker/entrypoint.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
composer install --no-interaction --optimize-autoloader
|
||||
composer dump-autoload -o
|
||||
composer migrate
|
||||
|
||||
/usr/sbin/apache2 -DFOREGROUND
|
Loading…
Add table
Add a link
Reference in a new issue