Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49947f5525
|
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user