We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce8fa2 commit 7d63bf1Copy full SHA for 7d63bf1
docker/Dockerfile
@@ -30,3 +30,4 @@ ENV DATA_RENTGEN__UI__AUTH_PROVIDER=${AUTH_PROVIDER}
30
ENTRYPOINT ["/entrypoint.sh"]
31
CMD ["nginx", "-g", "daemon off;"]
32
EXPOSE 3000
33
+HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD ["curl", "-f", "http://localhost:3000/"]
0 commit comments