Skip to content

Commit 572aec2

Browse files
committed
update example/http_api/Dockerfile
1 parent 2473b3e commit 572aec2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/http_api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM golang:1.21 as builder
33

44
RUN mkdir -p /tmp/http_api
55
COPY go.mod /tmp/http_api/go.mod
6+
COPY go.sum /tmp/http_api/go.sum
67
COPY main.go /tmp/http_api/main.go
78

89
WORKDIR /tmp/http_api

0 commit comments

Comments
 (0)