We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05646f commit f9c2f54Copy full SHA for f9c2f54
Dockerfile
@@ -10,6 +10,6 @@ RUN go mod download
10
11
COPY . .
12
13
-RUN go build -ldflags="-s -w" -o gcb-visualizer .
+RUN go build -ldflags="-s -w" -o /bin/gcb-visualizer .
14
15
-ENTRYPOINT ["./gcb-visualizer"]
+ENTRYPOINT ["gcb-visualizer"]
0 commit comments