Skip to content

Commit 508759e

Browse files
committed
todo re CMD array syntax
1 parent 36c3d05 commit 508759e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chapter_10_production_readiness.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ CMD gunicorn --bind :8888 superlists.wsgi:application <2>
9191
which is usually a function called `application`.
9292
Django provides one in _superlists/wsgi.py_.
9393

94+
// TODO; this is a good place to switch to using array syntax for CMD maybe?
95+
9496
As in the previous chapter, we can use the `docker build && docker run`
9597
pattern to try out our changes by rebuilding and rerunning our container:
9698

0 commit comments

Comments
 (0)