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 3f0e081 commit 4f44f65Copy full SHA for 4f44f65
Dockerfile
@@ -48,7 +48,7 @@ RUN git clone https://github.com/novnc/noVNC.git /opt/novnc \
48
&& ln -s /opt/novnc/vnc.html /opt/novnc/index.html
49
50
# Set platform for ARM64 compatibility
51
-ARG TARGETPLATFORM=linux/arm64
+ARG TARGETPLATFORM=linux/amd64
52
53
# Set up working directory
54
WORKDIR /app
0 commit comments