Sort of working beta
This commit is contained in:
7
dockerEntryPoint.sh
Normal file
7
dockerEntryPoint.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Migrate the database
|
||||
php ./artisan migrate --force
|
||||
|
||||
# Start all of the server sumulataneously
|
||||
php ./artisan serve --no-interaction -vvv --port=80 --host=0.0.0.0
|
Reference in New Issue
Block a user