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.
1 parent 0ba4e50 commit 1726586Copy full SHA for 1726586
Dockerfile
@@ -5,6 +5,8 @@ ARG TAG
5
6
RUN apk add --no-cache git curl
7
8
+RUN yarn global add npm yarn
9
+
10
RUN yarn global add @sourcegraph/scip-typescript@${TAG} @sourcegraph/src
11
12
CMD ["/bin/sh"]
Dockerfile.autoindex
@@ -11,6 +11,8 @@ RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libg
# conversion.
RUN echo 'scip-typescript "$@" --no-progress-bar' > /usr/bin/scip-typescript-autoindex && chmod +x /usr/bin/scip-typescript-autoindex
13
14
15
16
17
18
0 commit comments