We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82eb2cd commit d011329Copy full SHA for d011329
Dockerfile
@@ -27,4 +27,5 @@ FROM alpine:3.23
27
WORKDIR /
28
RUN apk update && apk add --no-cache bash ca-certificates openssh-client && update-ca-certificates
29
COPY --from=builder /go/src/github.com/scaleway/scaleway-cli/scw .
30
+RUN ln -s /scw /usr/local/bin/scw
31
ENTRYPOINT ["/scw"]
0 commit comments