Mercurial > code > home > repos > homeauto
comparison service/speechMusic/Dockerfile.pi @ 1257:c0721332a9fe
WIP speechmusic to load from http, but pulseaudio out is broken
Ignore-this: 28a41741b1f33114348f5ec6e7b4bef9
darcs-hash:0c6f5acce103b7a9f999fa729ef5e3c7c0d1171a
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Fri, 19 Apr 2019 13:51:54 -0700 |
parents | a723efcf6476 |
children |
comparison
equal
deleted
inserted
replaced
1256:a723efcf6476 | 1257:c0721332a9fe |
---|---|
11 COPY *.py req* *.jade ./ | 11 COPY *.py req* *.jade ./ |
12 COPY pulse-client.conf /etc/pulse/client.conf | 12 COPY pulse-client.conf /etc/pulse/client.conf |
13 | 13 |
14 ENV PULSE_SERVER /tmp/pulseaudio | 14 ENV PULSE_SERVER /tmp/pulseaudio |
15 EXPOSE 9049 | 15 EXPOSE 9049 |
16 RUN mkdir /sounds | |
16 | 17 |
17 CMD [ "python", "./speechMusic.py" ] | 18 CMD [ "python", "./speechMusic.py" ] |