We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888a457 commit 827f555Copy full SHA for 827f555
Dockerfile
@@ -1,6 +1,7 @@
1
FROM golang:1.16-alpine AS build
2
WORKDIR /go/src/github.com/RoboCup-SSL/ssl-simulation-controller
3
COPY go.mod go.mod
4
+COPY go.sum go.sum
5
RUN go mod download
6
COPY cmd cmd
7
COPY internal internal
0 commit comments