airavata-courses / spring17-laravel-portal

Web Portal to experiment with Load Balancing
Apache License 2.0
4 stars 2 forks source link

Script.sh works when it's run manually but doesn't run when executed from outside docker. #10

Closed tbindi closed 7 years ago

tbindi commented 7 years ago

Script.sh has many commands out of which only one command is now currently not working fine: php artisan serve --port=3000 --host=0.0.0.0 alternative php -S 0.0.0.0:3000 server.php Both of them does not work when remotely executed.

tbindi commented 7 years ago

Works well now.