This commit is contained in:
mike
2025-12-17 16:22:29 +01:00
parent 6ac8598bee
commit 531193eb0b
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM nginx:alpine FROM nginx:alpine
COPY index.html /usr/share/nginx/html/ COPY index.html /usr/share/nginx/html/
COPY favico.ico /usr/share/nginx/html/ COPY favicon.ico /usr/share/nginx/html/
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d/default.conf

View File

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB