mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-09 00:04:22 +01:00
12 lines
218 B
Docker
12 lines
218 B
Docker
#armhf:FROM snipsdocker/platform:arm-0.4.9
|
|
#amd64:FROM snipsdocker/platform:x86-0.4.9
|
|
|
|
# Copy data
|
|
COPY run.sh /
|
|
COPY mosquitto.conf /etc/
|
|
COPY asoundrc /root/.asoundrc
|
|
|
|
RUN chmod a+x /run.sh
|
|
|
|
ENTRYPOINT [ "/run.sh" ]
|