Add dockerfile to implement Dockerising
This commit is contained in:
parent
57ceefde83
commit
7d298610b2
6
.dockerignore
Normal file
6
.dockerignore
Normal file
@ -0,0 +1,6 @@
|
||||
LICENSE
|
||||
*.md
|
||||
.gitignore
|
||||
.git
|
||||
Dockerfile
|
||||
.dockerignore
|
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM nginx:alpine
|
||||
COPY . /usr/share/nginx/html
|
Loading…
x
Reference in New Issue
Block a user