Skip to content

Commit 0b55445

Browse files
committed
a couple of small fixes in 9 driven by tests, fixes asciidoc prob
1 parent 9e20f31 commit 0b55445

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

chapter_09_docker.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,6 @@ next to our `Dockerfile`:
653653
└── static
654654
└── [...]
655655
----
656-
====
657656

658657
// TODO: figure out what to do with the /static folder
659658

@@ -716,6 +715,7 @@ you can run one or more containers based on that image, using `docker run`.
716715
What happens when we run ours?
717716

718717

718+
[role="ignore-errors"]
719719
[subs="specialcharacters,macros"]
720720
----
721721
$ pass:quotes[*docker run superlists*]
@@ -754,6 +754,8 @@ We can create a virtualenv in our Dockerfile
754754
just like we did on our own machine with `python -m venv`,
755755
and then we can use `pip install` to get Django:
756756

757+
758+
[role="sourcecode"]
757759
.Dockerfile (ch09l004)
758760
====
759761
[source,dockerfile]

0 commit comments

Comments
 (0)