sort spacing on ##info, reorder pip installs and remove trailing whitespace

This commit is contained in:
sparklyballs 2016-12-27 12:35:31 +00:00
parent b97684613e
commit 7486480376
2 changed files with 2 additions and 2 deletions

View file

@ -72,11 +72,11 @@ RUN \
# install pip packages # install pip packages
pip install --no-cache-dir -U \ pip install --no-cache-dir -U \
beets \ beets \
beets-copyartifacts \
flask \ flask \
pillow \ pillow \
pip \ pip \
pyacoustid \ pyacoustid \
beets-copyartifacts \
pylast && \ pylast && \
# cleanup # cleanup

View file

@ -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) 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`. * To monitor the logs of the container in realtime `docker logs -f beets`.