We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7612a commit ef170ecCopy full SHA for ef170ec
Dockerfile
@@ -5,6 +5,6 @@ ARG TARGETARCH
5
COPY ./bin/code-marketplace-linux-$TARGETARCH /opt/code-marketplace
6
7
FROM alpine:latest
8
-COPY --from=binaries /opt/code-marketplace /opt
+COPY --chmod=755 --from=binaries /opt/code-marketplace /opt
9
10
ENTRYPOINT [ "/opt/code-marketplace", "server" ]
0 commit comments