Created
November 11, 2015 15:54
-
-
Save rococodogs/8fe66e51ba2d4e27c5ae to your computer and use it in GitHub Desktop.
Dockerfile that replaces the default nginx page with a sweet ascii grim reaper that says BUMMER
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM nginx | |
| RUN echo -e "<\!doctype html><html><head><meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"><title>bummer</title><style>body{background-color:#000;}pre{color:#aaa;}</style></head><body><\!-- stole this from http://chris.com/ascii/index.php?art=creatures/grim%20reapers --><pre>\n ...\n ;::::;\n ;::::; :;\n ;:::::\' :;\n ;:::::; ;.\n ,:::::' ; OOO\\n ::::::; ; OOOOO\\n ;:::::; ; OOOOOOOO\n ,;::::::; ;' / OOOOOOO\n ;:::::::::\\\`. ,,,;. / / DOOOOOO\n .';:::::::::::::::::;, / / DOOOO\n ,::::::;::::::;;;;::::;, / / DOOO\n;\`::::::\`\'::::::;;;::::: ,#/ / DOOO\n:\`:::::::\`;::::::;;::: ;::# / DOOO\n::\`:::::::\`;:::::::: ;::::# / DOO\n\`:\`:::::::\`;:::::: ;::::::#/ DOO\n :::\`:::::::\`;; ;:::::::::## OO\n ::::\`:::::::\`;::::::::;:::# OO\n \`:::::\`::::::::::::;'\`:;::# O\n \`:::::\`::::::::;' / / \`:#\n ::::::\`:::::;' / / \`#\n\n B U M M E R</pre></body></html>" > /usr/share/nginx/html/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment