Added environment variable for app port
This commit is contained in:
6
php/entrypoint.sh
Executable file
6
php/entrypoint.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
composer install
|
||||
composer update
|
||||
php artisan migrate
|
||||
php artisan serve --port=$APP_PORT --host=0.0.0.0
|
||||
Reference in New Issue
Block a user