Skip to content

Commit 818aada

Browse files
committed
Fix callout numbers and commit ref for ch10l005
1 parent 8f59cd6 commit 818aada

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chapter_10_production_readiness.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ TIP: Itamar Turner-Traurig has a great guide to
351351

352352
Now let's see how we use that requirements file in our Dockerfile:
353353

354-
.Dockerfile (ch09l005)
354+
.Dockerfile (ch10l005)
355355
====
356356
[source,dockerfile]
357357
----
@@ -371,9 +371,9 @@ CMD python manage.py runserver
371371
----
372372
====
373373

374-
<3> We COPY our requirements file in, just like the src folder.
374+
<1> We COPY our requirements file in, just like the src folder.
375375

376-
<4> Now instead of just installing Django, we install all our dependencies
376+
<2> Now instead of just installing Django, we install all our dependencies
377377
by pointing pip at the _requirements.txt_ using the `-r` flag.
378378
Notice the `-r`.
379379

0 commit comments

Comments
 (0)