pull/2202/head
skiffer-git 1 year ago
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…
Cancel
Save