Add Dockerfile and root folder from upstream

This commit is contained in:
2022-10-05 10:13:39 +02:00
parent dd3a481758
commit 467142db01
5 changed files with 221 additions and 5 deletions

View File

@ -0,0 +1,11 @@
#!/usr/bin/with-contenv bash
# copy config
[[ ! -e /config/beets.sh ]] && \
cp /defaults/beets.sh /config/beets.sh
[[ ! -e /config/config.yaml ]] && \
cp /defaults/config.yaml /config/config.yaml
# permissions
chown -R abc:abc \
/config