Added environment variable for app port

This commit is contained in:
2022-11-28 12:04:36 +01:00
parent 6b94757760
commit a0f0e7f44a
2 changed files with 7 additions and 0 deletions

6
php/entrypoint.sh Executable file
View 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