Compare commits

..

No commits in common. "e56b6da79d351a4f76fffa056d154803f71bafa7" and "a38fdaef91d9f90c014c492355ff7b66dfbe5954" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
environment: environment:
- DOCKER_HOST=tcp://docker:2375 - DOCKER_HOST=tcp://docker:2375
commands: commands:
- sleep 5 - sleep 15
- docker build -t localhost:5000/library:latest . - docker build -t localhost:5000/library:latest .
- docker ps - docker push localhost:5000/library:latest
services: services:
docker: docker:

View File

@ -133,7 +133,7 @@ function RecordTemplate({
<h2>${artists.join(", ")}</h2> <h2>${artists.join(", ")}</h2>
<span>${identifier}</span><br/> <span>${identifier}</span><br/>
<span>${genre}, ${label}, ${year}</span><br/> <span>${genre}, ${label}, ${year}</span><br/>
<span>${format}</span><br/> <span>${format}</span>
<span> <span>
<a <a
target="_blank" target="_blank"