We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd3137 commit fb72789Copy full SHA for fb72789
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# OpenMLDB server image.
2
# Use this image to run a openmldb nameserver or tablet.
3
4
-FROM debian:bullseye
+FROM debian:bullseye-slim
5
6
# listen port
7
ARG PORT=9527
@@ -11,7 +11,7 @@ ARG OPENMLDB_ART
11
12
LABEL org.opencontainers.image.source=https://github.com/aceforeverd/openmldb-docker
13
14
-WORKDIR /root
+WORKDIR /opt/openmldb
15
16
ADD ${OPENMLDB_ART:-https://github.com/4paradigm/OpenMLDB/releases/download/v0.7.3/openmldb-0.7.3-linux.tar.gz} ./
17
0 commit comments