Updated Dockerfile to build frontend
This commit is contained in:
parent
9af76b09f2
commit
f9acc17263
6 changed files with 130 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue