This commit is contained in:
2024-08-10 17:42:04 +02:00
parent 8eda0dcb1d
commit 2bc789d589
22 changed files with 4059 additions and 4059 deletions

View File

@ -1,4 +1,4 @@
FROM nginx:alpine3.17-slim
COPY . /usr/share/nginx/html
EXPOSE 80
FROM nginx:alpine3.17-slim
COPY . /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]