Don't add cloud plugin to docker container

This commit is contained in:
ronivay
2018-10-08 15:06:47 +03:00
parent 41931430d8
commit a1294230b2

View File

@@ -28,7 +28,7 @@ RUN git clone -b master https://github.com/vatesfr/xen-orchestra /etc/xen-orches
RUN cd /etc/xen-orchestra && yarn && yarn build
# Install plugins
RUN find /etc/xen-orchestra/packages/ -maxdepth 1 -mindepth 1 -not -name "xo-server" -not -name "xo-web" -exec ln -s {} /etc/xen-orchestra/packages/xo-server/node_modules \;
RUN find /etc/xen-orchestra/packages/ -maxdepth 1 -mindepth 1 -not -name "xo-server" -not -name "xo-web" -not -name "xo-server-cloud" -exec ln -s {} /etc/xen-orchestra/packages/xo-server/node_modules \;
RUN cd /etc/xen-orchestra && yarn && yarn build
# Fix path for xo-web content in xo-server configuration