Skip to content

Commit ba896fc

Browse files
committed
Force cache:clear on first boot
1 parent e3fd4af commit ba896fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

alpine/5/rootfs/docker-entrypoint-init.d/10-init-in.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22

33
php artisan db:seed --force
4+
php artisan cache:clear
45

56
# Build up array of arguments...
67
if [[ ! -z "${IN_USER_EMAIL}" ]]; then

0 commit comments

Comments
 (0)