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 97b40ca commit d414268Copy full SHA for d414268
completions/src/main/resources/lsp/Dockerfile
@@ -1,5 +1,7 @@
1
FROM gradle:9-jdk-21-and-24
2
3
+VOLUME [ "/workspaces" ]
4
+
5
ARG ZIP_VERSION
6
ARG ZIP_ARCH
7
ENV ZIP_VERSION=${ZIP_VERSION}
@@ -8,7 +10,7 @@ ENV ZIP_ARCH=${ZIP_ARCH}
8
10
RUN apt-get update && apt-get install -y curl zip unzip bash netcat-openbsd \
9
11
&& rm -rf /var/lib/apt/lists/*
12
-COPY workspaces /workspaces/
13
+COPY workspaces /default-workspaces/
14
WORKDIR /lsp
15
16
COPY server/intellij-lsp-${ZIP_VERSION}-linux-${ZIP_ARCH}.zip ./intellij-lsp.zip
0 commit comments