Headphones recently merged Python 3 support to the master branch, breaking the existing images. Update the Dockerfiles to use baseimage-alpine image and update the services to use Python 3.
5 lines
114 B
Text
5 lines
114 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
exec \
|
|
s6-setuidgid abc python3 /app/headphones/Headphones.py \
|
|
--datadir=/config
|