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.
2 parents a55e39f + 024a58e commit 6c91fbdCopy full SHA for 6c91fbd
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM httpd:2.4-alpine
2
+
3
+ADD website/ /usr/local/apache2/htdocs/
4
5
+EXPOSE 80
website/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>DockerWeb</title>
+</head>
6
+<body>
7
+ <h1>Simpler than this imposible!!</h1>
8
+</body>
9
+</html>
0 commit comments