mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-15 06:25:58 +08:00
fix: config env command
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
+2
-1
@@ -22,7 +22,8 @@ RUN /bin/sh -c "make build"
|
||||
# Production Stage
|
||||
FROM alpine
|
||||
|
||||
RUN apk --no-cache add tzdata
|
||||
RUN apk --no-cache add tzdata; \
|
||||
apt --no-cache add ca-certificates
|
||||
|
||||
# Set directory to map logs, config files, scripts, and SDK
|
||||
VOLUME ["/Open-IM-Server/logs", "/Open-IM-Server/config", "/Open-IM-Server/scripts", "/Open-IM-Server/db/sdk"]
|
||||
|
||||
Reference in New Issue
Block a user