Skip to content

Commit 7d63bf1

Browse files
committed
[DOP-25348] Add HEALTHCHECK
1 parent 0ce8fa2 commit 7d63bf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ ENV DATA_RENTGEN__UI__AUTH_PROVIDER=${AUTH_PROVIDER}
3030
ENTRYPOINT ["/entrypoint.sh"]
3131
CMD ["nginx", "-g", "daemon off;"]
3232
EXPOSE 3000
33+
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD ["curl", "-f", "http://localhost:3000/"]

0 commit comments

Comments
 (0)