We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
code-marketplace
$PATH
1 parent 01c948a commit f0377b3Copy full SHA for f0377b3
Dockerfile
@@ -6,5 +6,6 @@ COPY ./bin/code-marketplace-linux-$TARGETARCH /opt/code-marketplace
6
7
FROM alpine:latest
8
COPY --chmod=755 --from=binaries /opt/code-marketplace /opt
9
+RUN ln -s /opt/code-marketplace /usr/local/bin/code-marketplace
10
-ENTRYPOINT [ "/opt/code-marketplace", "server" ]
11
+ENTRYPOINT [ "code-marketplace", "server" ]
0 commit comments