Don't add cloud plugin to docker container
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user