File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ docker-compose run --rm ebook
2323.Utilizando Docker
2424----
2525# linux / unix
26- docker run --rm -v $(pwd):/documents/ asciidoctor/docker-asciidoctor scripts/docker-startup.sh
26+ docker run --rm -v $(pwd):/documents/ asciidoctor/docker-asciidoctor:1.1.0 scripts/docker-startup.sh
2727
2828# others (substituir <caminho> pelo diretório completo deste projeto)
29- docker run --rm -v <caminho>:/documents/ asciidoctor/docker-asciidoctor scripts/docker-startup.sh
29+ docker run --rm -v <caminho>:/documents/ asciidoctor/docker-asciidoctor:1.1.0 scripts/docker-startup.sh
3030----
3131
3232== Referências
Original file line number Diff line number Diff line change 1- version : ' 3 '
1+ version : " 3 "
22
33services :
44 ebook :
5- image : asciidoctor/docker-asciidoctor
5+ image : asciidoctor/docker-asciidoctor:1.1.0
66 volumes :
77 - .:/documents/
88 entrypoint : scripts/docker-startup.sh
You can’t perform that action at this time.
0 commit comments