We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f9710 commit a635854Copy full SHA for a635854
Dockerfile
@@ -9,7 +9,7 @@ COPY go.mod go.sum ./
9
RUN go mod download
10
11
COPY . .
12
-RUN bash build.sh
+RUN go build -v -o build/serv cmd/serv/main.go
13
14
# Run stage
15
FROM ubuntu:latest
0 commit comments