Updated Dockerfile to build frontend

This commit is contained in:
Jef Roosens 2021-12-18 00:03:22 +01:00
parent 9af76b09f2
commit f9acc17263
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
6 changed files with 130 additions and 7 deletions

View file

@ -1,6 +1,8 @@
<html lang="en">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
</head>
<body>
<h1>Hi!</h1>
</body>