Skip to content

Commit ef170ec

Browse files
committed
Add missing chmod to executable in Docker
1 parent 2d7612a commit ef170ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ ARG TARGETARCH
55
COPY ./bin/code-marketplace-linux-$TARGETARCH /opt/code-marketplace
66

77
FROM alpine:latest
8-
COPY --from=binaries /opt/code-marketplace /opt
8+
COPY --chmod=755 --from=binaries /opt/code-marketplace /opt
99

1010
ENTRYPOINT [ "/opt/code-marketplace", "server" ]

0 commit comments

Comments
 (0)