diff --git a/build/start-container.sh b/build/start-container.sh index 5ccf337..5b9f420 100644 --- a/build/start-container.sh +++ b/build/start-container.sh @@ -27,4 +27,4 @@ if [[ "$BOOT_NPM_DEV" = true ]]; then fi echo "Staring Laravel" -php /var/www/html/artisan serve +php /var/www/html/artisan serve --host=0.0.0.0