baseimage-alpine/root/etc/cont-init.d/90-custom-folders
Eric Nemchik a17efd1df9
Update s6-overlay to v3.1.0.1 for 3.15 (#93)
Co-authored-by: TheSpad <git@spad.co.uk>
2022-07-10 21:53:19 +01:00

6 lines
193 B
Plaintext
Executable file

#!/usr/bin/with-contenv bash
# create custom folders and secure permissions
mkdir -p /config/{custom-cont-init.d,custom-services.d}
chown -R 0:0 /config/{custom-cont-init.d,custom-services.d}