We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 754e2a4Copy full SHA for 754e2a4
Dockerfile
@@ -0,0 +1,2 @@
1
+FROM nginx:alpine
2
+COPY . /usr/share/nginx/html
index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ </head>
7
+ <body>
8
+ <h1>Simple static Web site</h1>
9
+ </body>
10
+</html>
0 commit comments