mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-18 02:34:08 +00:00
Add development environment
This commit is contained in:
12
.dev/php/entrypoint.sh
Executable file
12
.dev/php/entrypoint.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "############################################"
|
||||
echo "### InvoiceShelf Development Environment ###"
|
||||
echo "############################################"
|
||||
|
||||
chown -R ${UID}:${GID} /home/invoiceshelf/app
|
||||
chmod +x /home/invoiceshelf/app/artisan
|
||||
|
||||
cd /home/invoiceshelf/app && php artisan storage:link
|
||||
|
||||
exec $@
|
||||
Reference in New Issue
Block a user