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 59ca7b6 commit 01bdd2bCopy full SHA for 01bdd2b
model-server/Dockerfile
@@ -1,4 +1,5 @@
1
FROM registry.access.redhat.com/ubi8/openjdk-11:1.21-1.1733300800
2
+USER root
3
WORKDIR /usr/modelix-model
4
EXPOSE 28101
5
HEALTHCHECK CMD curl --fail http://localhost:28101/health || exit 1
0 commit comments