Skip to content

Commit

Permalink
fix favicon path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored May 15, 2022
1 parent ccea628 commit ec9f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ server { \n\
&& tac /tmp/urls | while read line; do curl --retry 3 -s -LO $line \
&& tar xf `basename $line` --strip-components=3 -C /tmp/update && rm -f `basename $line`; \
done \
&& curl --retry 3 -s https://raw.githubusercontent.com/clearfraction/clearfraction.github.io/main/media/favicon.ico -o /tmp/update/favicon.ico \
&& curl --retry 3 -s https://raw.githubusercontent.com/clearfraction/clearfraction.github.io/main/media/favicon.ico -o /var/www/favicon.ico \
&& mv /tmp/update /var/www/ && rm -rf /tmp/*
CMD /usr/bin/sed -i 's/DEFAULT/'"$PORT"'/' /etc/nginx/conf.d/mixer-server.conf && /usr/bin/nginx -g 'daemon off;'

0 comments on commit ec9f485

Please sign in to comment.