Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
skiffer-git committed Apr 22, 2024
1 parent 6a29662 commit b6391ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .

Expand Down

0 comments on commit b6391ac

Please sign in to comment.