1 parent e217d9d commit 209c4aaCopy full SHA for 209c4aa
1 file changed
Dockerfile
@@ -53,7 +53,7 @@ COPY --from=builder /app/public /usr/share/nginx/html
53
COPY nginx.conf /etc/nginx/conf.d/default.conf
54
55
HEALTHCHECK --interval=15s --timeout=5s --start-period=5s --retries=3 \
56
- CMD wget -q --spider http://localhost/ || exit 1
+ CMD wget -q --spider http://127.0.0.1/ || exit 1
57
58
EXPOSE 80
59
0 commit comments