Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
  • Loading branch information
cubxxw committed Dec 14, 2023
1 parent b17b212 commit a1eebca
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 141 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV GOPROXY=$GOPROXY
# Set up the working directory
WORKDIR /openim/openim-server

COPY go.mod go.sum ./
COPY go.mod go.sum ./dd
RUN go mod download

# Copy all files to the container
Expand Down
Loading

0 comments on commit a1eebca

Please sign in to comment.