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 7fdebd9 commit cd1c1cdCopy full SHA for cd1c1cd
Dockerfile
@@ -26,6 +26,7 @@ RUN /usr/bin/yarn --cwd website \
26
&& /usr/bin/yarn --cwd website compile \
27
&& /usr/bin/yarn --cwd website build
28
29
+# Main image derived from openvsx-server
30
# Main image derived from openvsx-server
31
#FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
32
FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
0 commit comments