TODOList-Laravel / entrypoint.sh
kenichi9999999's picture
update
e208330
raw
history blame contribute delete
181 Bytes
#!/bin/sh
echo "๐Ÿ›  Fixing permissions..."
chmod -R 777 storage bootstrap/cache
chmod -R 777 database
echo "๐Ÿš€ Launching Laravel..."
php artisan serve --host=0.0.0.0 --port=8000