Skip to content

Commit 130c3e4

Browse files
committed
Add note about dockerfile addition
1 parent 07f1e47 commit 130c3e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This sample contains the completed program from the tutorial, [Using Django in Visual Studio Code](https://code.visualstudio.com/docs/python/tutorial-django). Intermediate steps are not included.
22

3+
The sample also includes a Dockerfile to build a production-ready container image that uses uwsgi and nginx; the uwsgi.ini file provides uwsgi configuration.
4+
35
To run the sample:
46

57
1. Create a virtual environment as described in the tutorial.

0 commit comments

Comments
 (0)