Skip to content

Commit 827f555

Browse files
committed
Add missing go.sum file to Dockerfile
1 parent 888a457 commit 827f555

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM golang:1.16-alpine AS build
22
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-simulation-controller
33
COPY go.mod go.mod
4+
COPY go.sum go.sum
45
RUN go mod download
56
COPY cmd cmd
67
COPY internal internal

0 commit comments

Comments
 (0)