Spaces:
Running
Running
disable entory point
Browse files- 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=8000
|
|
|
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
|