2021-05 - 32

This commit is contained in:
Yuriy Dvorzhetskiy
2021-10-09 00:29:43 +06:00
parent 488b0b04d5
commit aafc2797eb
2 changed files with 1 additions and 1 deletions
@@ -1,4 +1,4 @@
FROM nginx:1.11-alpine
COPY ../index.html /usr/share/nginx/html/index.html
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]