Mercurial > code > home > repos > homeauto
comparison service/speechMusic/Dockerfile @ 1258:f0bbab217983
speechmusic can now fetch from http
Ignore-this: 111d84089591287c786f9119bbe546a
darcs-hash:29345c38a1f76d6aaf0f58a34d26c5344b234356
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Fri, 19 Apr 2019 14:24:09 -0700 |
parents | c0721332a9fe |
children |
comparison
equal
deleted
inserted
replaced
1257:c0721332a9fe | 1258:f0bbab217983 |
---|---|
9 | 9 |
10 ENV SDL_AUDIODRIVER pulse | 10 ENV SDL_AUDIODRIVER pulse |
11 ENV PULSE_SERVER /tmp/pulseaudio | 11 ENV PULSE_SERVER /tmp/pulseaudio |
12 COPY pulse-client.conf /etc/pulse/client.conf | 12 COPY pulse-client.conf /etc/pulse/client.conf |
13 COPY *.py req* *.jade ./ | 13 COPY *.py req* *.jade ./ |
14 RUN mkdir /sounds | |
15 | 14 |
16 EXPOSE 9049 | 15 EXPOSE 9049 |
17 | 16 |
18 CMD [ "python", "./speechMusic.py" ] | 17 CMD [ "python", "./speechMusic.py" ] |