Skip to content

Commit dce1f6b

Browse files
authored
removes the flag from the dockerfile
1 parent b3c03e7 commit dce1f6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN git clone -b master https://github.com/vatesfr/xen-orchestra /etc/xen-orches
1515
WORKDIR /etc/xen-orchestra
1616
RUN yarn config set network-timeout 200000 && yarn && yarn build
1717

18-
RUN [ "$include_v6" = "true" ] && (yarn run turbo run build --filter @xen-orchestra/web || { echo "v6 build failed"; exit 1; }) || echo "v6 build skipped"
18+
# Builds the v6 webui
19+
RUN yarn run turbo run build --filter @xen-orchestra/web
1920

2021
# Install plugins
2122
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

Comments
 (0)