added Dockerfile and docker-compose for hot-reload
This commit is contained in:
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@@ -0,0 +1,2 @@
|
||||
FROM nginx:alpine
|
||||
COPY . /usr/share/nginx/html
|
||||
0
docker-compose.yaml
Normal file
0
docker-compose.yaml
Normal file
10
index.html
10
index.html
@@ -0,0 +1,10 @@
|
||||
<HTML>
|
||||
<head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<p>Hello World!</p>
|
||||
</div>
|
||||
</body>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user