Files
addons/snips/Dockerfile
Pascal Vizeli 236594b79d WIP: Snips (#138)
* 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
2017-07-15 03:12:30 +02:00

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" ]