TODOList-Laravel2 / entrypoint.sh
kenken999's picture
disable entory point
78f9d53 verified
raw
history blame contribute delete
182 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