File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,12 @@ RUN if [ "${UID}" = "0" ]; then \
115115COPY --from=builder /home/unrealircd/unrealircd /home/unrealircd/unrealircd
116116COPY --from=builder /tmp/unrealircd-${UNREALIRCD_VERSION} /tmp/unrealircd-${UNREALIRCD_VERSION}
117117
118- # Copy third-party modules configuration and installation script
118+ # Copy third-party modules configuration, installation and management scripts
119119COPY third-party-modules.list /home/unrealircd/third-party-modules.list
120120COPY scripts/install-modules.sh /usr/local/bin/install-modules.sh
121+ COPY scripts/manage-modules.sh /usr/local/bin/manage-modules.sh
121122RUN chmod +x /usr/local/bin/install-modules.sh
123+ RUN chmod +x /usr/local/bin/manage-modules.sh
122124
123125# Set ownership based on UID/GID arguments
124126RUN if [ "${UID}" = "0" ]; then \
You can’t perform that action at this time.
0 commit comments