Files
bsd-apps/icecast/Bastillefile
2025-04-23 16:59:47 -06:00

11 lines
322 B
Plaintext

# Icecast Bastillefile
ARG APP_NAME=icecast
ARG CONFIG_PATH=/apps/icecast
MOUNT ${CONFIG_PATH} /usr/local/etc/icecast nullfs rw 0 0
CMD fetch -o /tmp/ https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/icecast/${APP_NAME}-install.sh
CMD chmod +x /tmp/${APP_NAME}-install.sh
CMD /tmp/${APP_NAME}-install.sh