Skip to content

Commit

Permalink
Add <i>
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsean committed Jan 19, 2021
1 parent b964f79 commit 4782719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
sed -i "s|80;|$PORT;|g" /etc/nginx/conf.d/default.conf
sed -i "s|nginx!|nginx! <br/>Deploy by $NAME!|g" /usr/share/nginx/html/index.html
sed -i "s|nginx!|nginx! <br/>Deploy by <i>$NAME</i>!|g" /usr/share/nginx/html/index.html
nginx -g "daemon off;"

0 comments on commit 4782719

Please sign in to comment.