Skip to content

Commit 6c91fbd

Browse files
authored
Merge pull request #1 from twogg-git/1.0
initial commit
2 parents a55e39f + 024a58e commit 6c91fbd

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<title>DockerWeb</title>
5+
</head>
6+
<body>
7+
<h1>Simpler than this imposible!!</h1>
8+
</body>
9+
</html>

0 commit comments

Comments
 (0)