We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693e8c0 commit 264fb3bCopy full SHA for 264fb3b
1 file changed
root/etc/s6-overlay/s6-rc.d/init-nginx/run
@@ -41,3 +41,8 @@ if [ ! -z ${DEV_MODE+x} ]; then
41
-e 's:location /devmode:location /:g' \
42
${NGINX_CONFIG}
43
fi
44
+
45
+# copy favicon
46
+cp \
47
+ /usr/share/selkies/www/icon.png \
48
+ /usr/share/selkies/www/favicon.ico
0 commit comments