This commit is contained in:
skiffer-git 2024-04-22 17:18:21 +08:00
parent 6a29662786
commit b6391ac7a9

View File

@ -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 . .