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 aedb9fc commit eed87bcCopy full SHA for eed87bc
Dockerfile
@@ -22,9 +22,10 @@ RUN apt-get update \
22
# bump to update website
23
COPY . /workdir
24
25
-RUN /usr/bin/yarn --cwd website \
26
- && /usr/bin/yarn --cwd website compile \
27
- && /usr/bin/yarn --cwd website build
+RUN cd website \
+ && yarn install --immutable \
+ && yarn compile \
28
+ && yarn build
29
30
# Main image derived from openvsx-server
31
FROM ghcr.io/eclipse/openvsx-server-snapshot:${SERVER_VERSION}
0 commit comments