Spaces:
Running
Running
Commit
·
e208330
1
Parent(s):
4223c10
update
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=
|
|
|
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
|