mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 03:56:00 +08:00
docker file
This commit is contained in:
@@ -4,7 +4,7 @@ FROM golang as build
|
|||||||
ENV GO111MODULE=on
|
ENV GO111MODULE=on
|
||||||
ENV GOPROXY=https://goproxy.cn,direct
|
ENV GOPROXY=https://goproxy.cn,direct
|
||||||
|
|
||||||
COPY ../* /Open-IM-Server
|
COPY ../../Open-IM-Server /
|
||||||
ENV WORKDIR /Open-IM-Server/cmd/api
|
ENV WORKDIR /Open-IM-Server/cmd/api
|
||||||
|
|
||||||
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
|
|||||||
Reference in New Issue
Block a user