Skip to content

Commit fb72789

Browse files
committed
update image
1 parent 1bd3137 commit fb72789

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# OpenMLDB server image.
22
# Use this image to run a openmldb nameserver or tablet.
33

4-
FROM debian:bullseye
4+
FROM debian:bullseye-slim
55

66
# listen port
77
ARG PORT=9527
@@ -11,7 +11,7 @@ ARG OPENMLDB_ART
1111

1212
LABEL org.opencontainers.image.source=https://github.com/aceforeverd/openmldb-docker
1313

14-
WORKDIR /root
14+
WORKDIR /opt/openmldb
1515

1616
ADD ${OPENMLDB_ART:-https://github.com/4paradigm/OpenMLDB/releases/download/v0.7.3/openmldb-0.7.3-linux.tar.gz} ./
1717

0 commit comments

Comments
 (0)