mirror of
https://github.com/9001/copyparty.git
synced 2025-09-28 12:42:26 -06:00
docker: ensure /state writable
This commit is contained in:
parent
01cf20a029
commit
d1f75229b5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue