Skip to content

Commit

Permalink
Remove link_plugin.sh step in Dockerfile
Browse files Browse the repository at this point in the history
The default configuration of xo-server module now look in his parent directory to find the plugin so it's useless to add a link in node_modules directory.
fix #58
  • Loading branch information
Ezka77 committed Jan 26, 2024
1 parent 0ee4f0d commit a192625
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ RUN node-prune
# Overall the compressed image was around 220Mo before, and now it is below 130Mo.
##

# plugins
WORKDIR /home/node
COPY link_plugins.sh /home/node/xen-orchestra/packages/xo-server/link_plugins.sh
RUN /home/node/xen-orchestra/packages/xo-server/link_plugins.sh

# VHDIMOUNT support
FROM builder as build-libvhdi

Expand Down

0 comments on commit a192625

Please sign in to comment.