mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
docker: ensure /state writable
This commit is contained in:
parent
01cf20a029
commit
d1f75229b5
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ rm -rf /z/base
|
|||
rm -rf /var/cache/apk/* /root/.cache
|
||||
|
||||
# initial config; common for all flavors
|
||||
mkdir /cfg /w
|
||||
chmod 777 /cfg /w
|
||||
mkdir /state /cfg /w
|
||||
chmod 777 /state /cfg /w
|
||||
echo % /cfg > initcfg
|
||||
|
||||
# unpack sfx and dive in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue