first try at docker
This commit is contained in:
parent
6eecd02c5a
commit
08b1a62dc6
5 changed files with 58 additions and 0 deletions
8
container/web/01_init.sh
Normal file
8
container/web/01_init.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
cd /app
|
||||
echo "executing COMPOSER UPDATE"
|
||||
composer update
|
||||
echo "executing DATABASE MIGRATE"
|
||||
php artisan migrate --force
|
Loading…
Add table
Add a link
Reference in a new issue