mirror of
https://github.com/ghndrx/docker-test-image.git
synced 2026-02-10 06:45:05 +00:00
Initial
This commit is contained in:
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
FROM nginx:alpine
|
||||||
|
|
||||||
|
COPY static-html-directory /usr/share/nginx/html
|
||||||
8
static-html-directory/index.html
Normal file
8
static-html-directory/index.html
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Greg Test</title>
|
||||||
|
</head>
|
||||||
|
<div>
|
||||||
|
Hello World! from docker build!
|
||||||
|
</div>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user