functioning container build

This commit is contained in:
meeb
2020-12-13 16:13:30 +11:00
parent 4117bb4446
commit 902bb1f26f
14 changed files with 242 additions and 83 deletions

View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Something has gone very wrong</title>
<style>
body {
max-width: 600px;
padding: 10px 20px 20px 20px;
font-family: Sans-Serif;
}
</style>
</head>
<body>
<header>
<h1>Something has gone very wrong</h1>
</header>
<main>
<p>
If you can see this message then the front end web server has not forwarded the
connection on to the TubeSync back end server. This probably means something has
gone wrong with the container build or a process has crashed. Try restarting it.
</p>
</main>
</body>
</html>