mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
dockerfile
This commit is contained in:
parent
66194cf624
commit
9818cc08f4
@ -4,7 +4,8 @@ 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 /
|
RUN mkdir -p /Open-IM-Server
|
||||||
|
COPY ../* /Open-IM-Server
|
||||||
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\
|
RUN apt-get update && apt-get install apt-transport-https && apt-get install procps\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user