This commit is contained in:
2025-12-07 19:43:48 +01:00
parent 6a76451083
commit e9b91cd493
2 changed files with 5 additions and 0 deletions

View File

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