docker-headphones/root/etc/cont-init.d/30-install

10 lines
192 B
Text
Raw Normal View History

#!/usr/bin/with-contenv bash
# install app
[[ ! -d /app/headphones/.git ]] && \
git clone https://github.com/rembo10/headphones.git /app/headphones
# permissions
chown -R abc:abc \
/app