Skip to content

Commit ff3b726

Browse files
authored
Merge pull request invoiceninja#825 from turbo124/master
Force cache:clear on first boot
2 parents b53ed7c + ba896fc commit ff3b726

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)