docker: ensure /state writable

This commit is contained in:
ed 2025-08-28 19:45:47 +00:00
parent 01cf20a029
commit d1f75229b5

View file

@ -15,8 +15,8 @@ rm -rf /z/base
rm -rf /var/cache/apk/* /root/.cache rm -rf /var/cache/apk/* /root/.cache
# initial config; common for all flavors # initial config; common for all flavors
mkdir /cfg /w mkdir /state /cfg /w
chmod 777 /cfg /w chmod 777 /state /cfg /w
echo % /cfg > initcfg echo % /cfg > initcfg
# unpack sfx and dive in # unpack sfx and dive in