mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
* Initial commit snips * Update config.json * Update config.json * Update run.sh * Create mosquitto.conf * Update mosquitto.conf * Update run.sh * Update Dockerfile * Update run.sh * Update run.sh * finish it * fix spell * fix lint * Update config.json * Update config.json * Update run.sh * fix link * Update config.json * fix copy * map share into * fix unzip * fix run * fix port * fix shell
12 lines
218 B
Docker
12 lines
218 B
Docker
#armhf:FROM snipsdocker/platform:arm-0.4.3
|
|
#amd64:FROM snipsdocker/platform:x86-0.4.3
|
|
|
|
# Copy data
|
|
COPY run.sh /
|
|
COPY mosquitto.conf /etc/
|
|
COPY asoundrc /root/.asoundrc
|
|
|
|
RUN chmod a+x /run.sh
|
|
|
|
ENTRYPOINT [ "/run.sh" ]
|