Skip to content

Instantly share code, notes, and snippets.

@rococodogs
Created November 11, 2015 15:54
Show Gist options
  • Select an option

  • Save rococodogs/8fe66e51ba2d4e27c5ae to your computer and use it in GitHub Desktop.

Select an option

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
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