We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b48f7 commit 97bfab4Copy full SHA for 97bfab4
Dockerfile
@@ -7,7 +7,7 @@ COPY nginx/nginx.conf /etc/nginx/nginx.conf
7
# Exposing the port 8002
8
EXPOSE 8002
9
10
-# Health Check
+# Health Check
11
HEALTHCHECK --interval=30s --timeout=5s --retries=3 \
12
CMD curl -f http://localhost:8002/ || exit 1
13
0 commit comments