Git add for test

This commit is contained in:
2026-01-13 18:41:17 +00:00
parent dc7c250d8e
commit 3c9943601e
3 changed files with 252 additions and 0 deletions

10
docker_web/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM nginx:1.29.4
WORKDIR /usr/share/nginx/html
COPY . .
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]