Skip to content

Commit 8a84c53

Browse files
committed
add a comment on clarity
1 parent fbb1771 commit 8a84c53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

chapter_09_docker.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,9 @@ CMD python manage.py runserver
13301330
<1> We run `migrate` using the `--noinput` argument to suppress any little "are you sure" prompts.
13311331

13321332

1333-
If we try our FTs again, they all pass!
1333+
If we build the image and try our FTs again, they all pass!
1334+
// CSANAD: maybe for someone who is new to Docker, it isn't immediately obvious
1335+
// when to rebuild images.
13341336

13351337

13361338
[role="small-code"]
@@ -1451,6 +1453,7 @@ https://en.wikipedia.org/wiki/Digestive_biscuit[chocolate biscuit].
14511453
*******************************************************************************
14521454
14531455
Tests and small steps some of the uncertainty out of deployment::
1456+
// CSANAD: feels like a word is missing from here: "and small steps ... some of the uncertainty"
14541457
For developers, ops and infra work is always "fun",
14551458
by which I mean a process full of uncertainty and surprises.
14561459
My aim during this chapter was to show that a step-by-step approach

0 commit comments

Comments
 (0)