Skip to content

Commit a635854

Browse files
committed
fix
1 parent 03f9710 commit a635854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY go.mod go.sum ./
99
RUN go mod download
1010

1111
COPY . .
12-
RUN bash build.sh
12+
RUN go build -v -o build/serv cmd/serv/main.go
1313

1414
# Run stage
1515
FROM ubuntu:latest

0 commit comments

Comments
 (0)