Merged upstream 'zunjae/master' and adapted to local changes (#7)
* Works again, sorry, been sleeping * Enable redis cache - Enabled redis cache - Changed some cache timings - Disabled GitHub Reporting * Moved all .env modifications to another layer Unsure if another layer is that bad But this improve .env changes rebuild times Co-authored-by: sunjay <9930542+zunjae@users.noreply.github.com> Co-authored-by: Angel Garcia <a-garcia-alvarez@users.noreply.github.com>pull/8/head
parent
00eec7ec4b
commit
91f82dbb96
@ -1,7 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# allow write permission
|
|
||||||
chmod -R a+w storage/
|
chmod -R a+w storage/
|
||||||
|
php -S 0.0.0.0:8080 -t public
|
||||||
# php:7.3.14-apache-buster ENTRYPOINT
|
|
||||||
#docker-php-entrypoint apache2-foreground
|
|
||||||
php artisan serve --host 0.0.0.0 --port=8080
|
|
Loading…
Reference in New Issue