feat: use linuxserver.io alpine image

This commit is contained in:
Nicolas Coutin
2019-11-02 16:52:39 +01:00
parent 29344f3c37
commit e33c12bba1
5 changed files with 34 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
chown -R abc:abc \
/data \
/config

View File

@@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
exec \
s6-setuidgid abc /entrypoint.sh "${RUN_OPTS}"