File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1330,7 +1330,9 @@ CMD python manage.py runserver
1330
1330
<1> We run `migrate` using the `--noinput` argument to suppress any little "are you sure" prompts.
1331
1331
1332
1332
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.
1334
1336
1335
1337
1336
1338
[role="small-code"]
@@ -1451,6 +1453,7 @@ https://en.wikipedia.org/wiki/Digestive_biscuit[chocolate biscuit].
1451
1453
*******************************************************************************
1452
1454
1453
1455
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"
1454
1457
For developers, ops and infra work is always "fun",
1455
1458
by which I mean a process full of uncertainty and surprises.
1456
1459
My aim during this chapter was to show that a step-by-step approach
You can’t perform that action at this time.
0 commit comments