diff --git a/Dockerfile b/Dockerfile index ddbb3b71c5..8eedcff985 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,5 @@ FROM alpine:3.23 WORKDIR / RUN apk update && apk add --no-cache bash ca-certificates openssh-client && update-ca-certificates COPY --from=builder /go/src/github.com/scaleway/scaleway-cli/scw . +RUN ln -s /scw /usr/local/bin/scw ENTRYPOINT ["/scw"]