mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-07 12:17:02 +08:00
Merge branch 'OpenIMSDK:main' into main
This commit is contained in:
commit
4f9e7415d7
@ -22,8 +22,8 @@ RUN /bin/sh -c "make build"
|
||||
# Production Stage
|
||||
FROM alpine
|
||||
|
||||
RUN apk --no-cache add tzdata; \
|
||||
apt --no-cache add ca-certificates
|
||||
RUN echo "https://mirrors.aliyun.com/alpine/v3.4/main" > /etc/apk/repositories && \
|
||||
apk --no-cache add tzdata 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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user