This commit is contained in:
wangchuxiao
2023-06-16 12:30:25 +08:00
parent 39fd6e5407
commit fb35d550b1
2 changed files with 4 additions and 2 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ FROM golang as build
ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.cn,direct
RUN mkdir -p /Open-IM-Server
COPY ../. /Open-IM-Server
COPY ./Open-IM-Server /
WORKDIR /Open-IM-Server/cmd/api
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\