We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fd4af commit ba896fcCopy full SHA for ba896fc
1 file changed
alpine/5/rootfs/docker-entrypoint-init.d/10-init-in.sh
@@ -1,6 +1,7 @@
1
#!/bin/sh
2
3
php artisan db:seed --force
4
+php artisan cache:clear
5
6
# Build up array of arguments...
7
if [[ ! -z "${IN_USER_EMAIL}" ]]; then
0 commit comments