mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 09:30:00 +01:00
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
# Icecast Bastillefile
|
|
|
|
ARG APP_NAME=icecast
|
|
ARG DATA_PATH=/apps/icecast
|
|
|
|
MOUNT ${DATA_PATH}/config /usr/local/etc/icecast nullfs rw 0 0
|
|
|
|
CP ${APP_NAME}-install.sh /tmp
|
|
CMD chmod +x /tmp/${APP_NAME}-install.sh
|
|
CMD /tmp/${APP_NAME}-install.sh
|