Skip to content

Commit 264fb3b

Browse files
committed
copy favicon on init
1 parent 693e8c0 commit 264fb3b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • root/etc/s6-overlay/s6-rc.d/init-nginx

root/etc/s6-overlay/s6-rc.d/init-nginx/run

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ if [ ! -z ${DEV_MODE+x} ]; then
4141
-e 's:location /devmode:location /:g' \
4242
${NGINX_CONFIG}
4343
fi
44+
45+
# copy favicon
46+
cp \
47+
/usr/share/selkies/www/icon.png \
48+
/usr/share/selkies/www/favicon.ico

0 commit comments

Comments
 (0)