1 Commits
Author SHA1 Message Date
rouxinol 49947f5525 chore: Поправил EXPOSE 2026-08-17 06:52:18 +03:00
+1 -1
View File
@@ -4,7 +4,7 @@ FROM nginx:1.29.6-alpine3.23-slim@sha256:c8eb3bb3009bb98c04480e11405f5b4d38adbd0
COPY --chown=nginx:nginx nginx.conf /etc/nginx/nginx.conf
COPY --chown=nginx:nginx index.html /usr/share/nginx/html/index.html
EXPOSE 80 443
EXPOSE 8080 8443
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
CMD wget -q --spider http://127.0.0.1:8080 || exit 1