6 lines
208 B
Docker
6 lines
208 B
Docker
# Use the official librespot image
|
|
FROM ghcr.io/librespot-org/librespot:latest
|
|
|
|
# The official image already has the entrypoint set to librespot
|
|
# We just need to ensure it's used correctly in docker-compose
|