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.
2 parents 7d0f602 + c53edb1 commit 379bb75Copy full SHA for 379bb75
model-server/Dockerfile
@@ -1,6 +1,7 @@
1
FROM registry.access.redhat.com/ubi8/openjdk-11:1.18-2.1705602259
2
WORKDIR /usr/modelix-model
3
EXPOSE 28101
4
+HEALTHCHECK CMD curl --fail http://localhost:28101/health || exit 1
5
COPY run-model-server.sh /usr/modelix-model/
6
COPY build/dependency-libs/ /usr/modelix-model/model-server/build/libs/
7
COPY build/libs/ /usr/modelix-model/model-server/build/libs/
0 commit comments