docker file

This commit is contained in:
wangchuxiao 2023-06-16 11:44:13 +08:00
parent ab0d8477b9
commit 66194cf624

View File

@ -5,7 +5,7 @@ ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.cn,direct
COPY ../../Open-IM-Server /
ENV WORKDIR /Open-IM-Server/cmd/api
WORKDIR /Open-IM-Server/cmd/api
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
&&apt-get install net-tools