Add Dockerfile for static site deployment

This commit is contained in:
Ubuntu
2026-03-01 14:08:00 +00:00
parent 6021e6ea75
commit 252b9bc6e1
2 changed files with 6 additions and 0 deletions

3
Dockerfile Normal file
View File

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