Add Dockerfile

This commit is contained in:
2026-06-09 12:28:46 +00:00
parent c60c87ae49
commit 6a420fd100
+3
View File
@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80