Add Dockerfile for static site deployment
This commit is contained in:
6
.dockerignore
Normal file
6
.dockerignore
Normal file
@@ -0,0 +1,6 @@
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
.git
|
||||
*.py
|
||||
correctvloerverwarming.nl
|
||||
organize.py
|
||||
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
COPY www.correctvloerverwarming.nl/ /usr/share/nginx/html
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user