We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92f332 commit 77106bdCopy full SHA for 77106bd
README.md
@@ -17,3 +17,10 @@ just about webapps
17
<li>the templates are created and we go to the templates which are rendered in the views</li>
18
<li>the views are used to create urls and we use the urls to move through the app</li>
19
</ul>
20
+
21
+<b>Dockerfile has been added </b>
22
+commands to run the docker file :
23
+<ul>
24
+<li>docker image build -t quizapp .</li>
25
+<li>docker run --name quizappweb -d -p 8000:8000 quizapp</li>
26
+</ul>
0 commit comments