Add Dockerfile for landing page

This commit is contained in:
2026-06-11 15:42:24 +07:00
parent ce33fb304f
commit 730636d3c4
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
EXPOSE 80