Skip to content

Commit

Permalink
Merge pull request #911 from keymanapp/fix/init-container-cdn
Browse files Browse the repository at this point in the history
fix: Add cdnrefresh to init-container.sh
  • Loading branch information
darcywong00 authored Dec 12, 2023
2 parents 5a3eeaa + 1459232 commit 8989ae4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/init-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ echo "--- Generating Keyboard Cache ---"
rm -f keyboard/index.cache
cd keyboard
php -d include_path=/var/www/html/_includes:. _build_cache.php

echo "---- Generating CDN ---"
cd ../cdn
php -d include_path=/var/www/html/_includes:. cdnrefresh.php
cd ..
# php ./cdn/cdnrefresh.php

0 comments on commit 8989ae4

Please sign in to comment.