Skip to content

Commit b5911ea

Browse files
committed
Edited chapter_10_production_readiness.asciidoc with Atlas code editor
1 parent 35a9ce6 commit b5911ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_10_production_readiness.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Django provides one in 'superlists/wsgi.py':
7777
[role="sourcecode"]
7878
.Dockerfile (ch10l002)
7979
====
80-
[source,Dockerfile]
80+
[source,dockerfile]
8181
----
8282
CMD gunicorn --bind :8888 superlists.wsgi:application
8383
----

0 commit comments

Comments
 (0)