Skip to content

Commit

Permalink
Specify final path.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg committed Jul 25, 2019
1 parent 03b935b commit cd09cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN go build -a -tags netgo -ldflags "-w -extldflags "-static" -X 'main.versionS

# Final Stage
FROM gcr.io/distroless/base
COPY --from=build /go/src/cloudsql-proxy/cloud_sql_proxy /
COPY --from=build /go/src/cloudsql-proxy/cloud_sql_proxy /cloud_sql_proxy

0 comments on commit cd09cbf

Please sign in to comment.