Skip to content

Commit

Permalink
fix dockerfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Ojea committed Feb 20, 2021
1 parent ec3bbfa commit 37613ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/kindnetd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
FROM golang:1.13
WORKDIR /go/src
# make deps fetching cacheable
COPY go.mod go.sum .
COPY go.mod go.sum ./
RUN go mod download
# build
COPY . .
Expand Down

0 comments on commit 37613ef

Please sign in to comment.