Skip to content

Commit 822f68e

Browse files
authored
Merge pull request #8 from kaasops/fix-dockerimage
fix dockerfile
2 parents 63a8a12 + 857b200 commit 822f68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app
66
COPY go.mod go.sum ./
77
RUN go mod download
88

9-
COPY *.go ./
9+
COPY . ./
1010

1111
RUN CGO_ENABLED=0 GOOS=linux go build -o /config-reloader
1212

0 commit comments

Comments
 (0)