mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
docker: Fix startup-sequence locations
In https://github.com/znc/znc-docker/pull/28 the location of the init
scripts was moved which broke the logic to copy all the init files once
the docker submodule was updated in
5d7aa0f7d4. Consequently only
`30-build-modules.sh` was available in the build docker image. We fix
this issue by also including all startup-sequence subfolders.
Signed-off-by: Christian Heusel <christian@heusel.eu>
This commit is contained in:
@@ -46,7 +46,7 @@ RUN apk add --no-cache --virtual build-dependencies \
|
||||
&& cd / && rm -rf /znc-src
|
||||
|
||||
COPY docker/slim/entrypoint.sh /
|
||||
COPY docker/*/??-*.sh /startup-sequence/
|
||||
COPY docker/*/??-*.sh docker/*/startup-sequence/??-*.sh /startup-sequence/
|
||||
|
||||
VOLUME /znc-data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user