File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ TIP: Itamar Turner-Traurig has a great guide to
351
351
352
352
Now let's see how we use that requirements file in our Dockerfile:
353
353
354
- .Dockerfile (ch09l005 )
354
+ .Dockerfile (ch10l005 )
355
355
====
356
356
[source,dockerfile]
357
357
----
@@ -371,9 +371,9 @@ CMD python manage.py runserver
371
371
----
372
372
====
373
373
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.
375
375
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
377
377
by pointing pip at the _requirements.txt_ using the `-r` flag.
378
378
Notice the `-r`.
379
379
You can’t perform that action at this time.
0 commit comments