kenichi9999999 commited on
Commit
e208330
·
1 Parent(s): 4223c10
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -3,4 +3,4 @@ echo "🛠 Fixing permissions..."
3
  chmod -R 777 storage bootstrap/cache
4
  chmod -R 777 database
5
  echo "🚀 Launching Laravel..."
6
- php artisan serve --host=0.0.0.0 --port=8888
 
3
  chmod -R 777 storage bootstrap/cache
4
  chmod -R 777 database
5
  echo "🚀 Launching Laravel..."
6
+ php artisan serve --host=0.0.0.0 --port=8000