Skip to content

Commit 97bfab4

Browse files
committed
Added edited health check in the docker file
1 parent a7b48f7 commit 97bfab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY nginx/nginx.conf /etc/nginx/nginx.conf
77
# Exposing the port 8002
88
EXPOSE 8002
99

10-
# Health Check
10+
# Health Check
1111
HEALTHCHECK --interval=30s --timeout=5s --retries=3 \
1212
CMD curl -f http://localhost:8002/ || exit 1
1313

0 commit comments

Comments
 (0)