Add Dockerfile

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