diff --git a/Dockerfile b/Dockerfile index cac8ad7..f0535b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,11 +72,11 @@ RUN \ # install pip packages pip install --no-cache-dir -U \ beets \ + beets-copyartifacts \ flask \ pillow \ pip \ pyacoustid \ - beets-copyartifacts \ pylast && \ # cleanup diff --git a/README.md b/README.md index d8fb21d..9fcd6b9 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ See [Beets][beetsurl] for more info. Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) plugin, [configuration details](https://github.com/sbarakat/beets-copyartifacts#configuration) - ## Info +## Info * To monitor the logs of the container in realtime `docker logs -f beets`.