Files
2025-07-29 15:01:32 +01:00

14 lines
576 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta charset="UTF-8">
<title>Docker Debugging Disco Challenge ${CHALLENGE}</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🪩</text></svg>">
</head>
<body>
<h1>Far out! Challenge ${CHALLENGE} complete 🕺</h1>
<p>
Now head back to your terminal where you ran `docker compose up`, hit <code>Ctrl+C</code>, then run <code>docker compose down</code>… and move on to the next challenge!
</p>
</body>
</html>