Add Dockerfile for static site deployment

This commit is contained in:
Ubuntu
2026-03-01 14:08:03 +00:00
parent b66c738e0b
commit 81c09204c2
2 changed files with 9 additions and 0 deletions

6
.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
Dockerfile
.dockerignore
.git
*.py
correctvloerverwarming.nl
organize.py

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY www.correctvloerverwarming.nl/ /usr/share/nginx/html
EXPOSE 80