diff --git a/src/.s2i/bin/run b/src/.s2i/bin/run index 6598059..8baf37b 100755 --- a/src/.s2i/bin/run +++ b/src/.s2i/bin/run @@ -1,20 +1,20 @@ #!/bin/bash shopt -s dotglob pushd /opt/app-root/src echo "----> Remove bootstrap cache" find bootstrap/cache/ -type f ! -name ".gitignore" -delete echo "----> Run artisan clear-compiled" ./artisan clear-compiled #rm -rvf bootstrap/cache/ #mkdir -vp bootstrap/cache/ #chown default bootstrap/cache #./artisan db:ping --wait || exit 1 echo "----> Running octane" -exec ./artisan octane:start --host=0.0.0.0 +exec ./artisan octane:start --server=swoole --host=0.0.0.0 --port=8000