We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c03e7 commit dce1f6bCopy full SHA for dce1f6b
Dockerfile
@@ -15,7 +15,8 @@ RUN git clone -b master https://github.com/vatesfr/xen-orchestra /etc/xen-orches
15
WORKDIR /etc/xen-orchestra
16
RUN yarn config set network-timeout 200000 && yarn && yarn build
17
18
-RUN [ "$include_v6" = "true" ] && (yarn run turbo run build --filter @xen-orchestra/web || { echo "v6 build failed"; exit 1; }) || echo "v6 build skipped"
+# Builds the v6 webui
19
+RUN yarn run turbo run build --filter @xen-orchestra/web
20
21
# Install plugins
22
RUN find /etc/xen-orchestra/packages/ -maxdepth 1 -mindepth 1 -not -name "xo-server" -not -name "xo-web" -not -name "xo-server-cloud" -not -name "xo-server-test" -not -name "xo-server-test-plugin" -exec ln -s {} /etc/xen-orchestra/packages/xo-server/node_modules \;
0 commit comments