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 21add57 commit 12aab55Copy full SHA for 12aab55
Dockerfile
@@ -1,7 +1,7 @@
1
# Running this container will start a language server that listens for TCP connections on port 49100
2
# Every connection will be run in a forked child process
3
4
-FROM eclipse-temurin:11 AS builder
+FROM --platform=$BUILDPLATFORM eclipse-temurin:11 AS builder
5
6
WORKDIR /src/kotlin-language-server
7
0 commit comments