Hi. I’ve just flashed Balenasound and it works! I’d like to add Squeezelite to it but I don’t really know what I’m doing: I’m a user and definitely not a software developer.
I’m trying to follow these instructions:
And trying to incorporate this image: https://github.com/jakobengdahl/rpi-squeezelite
I created a new copy of the balena-sound app and edited its docker-compose.yml to point to the squeezelite Dockerfile in the same directory, adding:
rpi-squeezelite:
build:
context: ./Dockerfile
dockerfile: ./Dockerfile
(YML file attached, renamed with a “.log” extension so the forum would allow the upload)
But when I push the app, I just get:
[Error] Could not detect project type: Service rpi-squeezelite: Specified file not found or is invalid: Dockerfile
[Error] Not deploying release.
What is the obvious mistake I’m probably making?docker-compose.log (1.6 KB)