We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7916d7d commit 454b342Copy full SHA for 454b342
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM golang:latest AS build
3
WORKDIR $GOPATH/src/app
4
COPY . .
5
6
-RUN CGO_ENABLED=0 go build -o /app main.go
+RUN CGO_ENABLED=0 go build -o /app .
7
8
FROM gcr.io/distroless/static:latest
9
COPY --from=build /app /app
0 commit comments