mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 11:52:10 +08:00
refactor
This commit is contained in:
parent
6a29662786
commit
b6391ac7a9
@ -4,6 +4,8 @@ FROM golang:1.21 as builder
|
||||
# Set the working directory
|
||||
WORKDIR /openim-server
|
||||
|
||||
ENV GOPROXY=https://goproxy.cn,direct
|
||||
|
||||
# Copy all files from the current directory to the image
|
||||
COPY . .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user