Skip to content

Commit 77106bd

Browse files
authored
Update README.md
1 parent b92f332 commit 77106bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ just about webapps
1717
<li>the templates are created and we go to the templates which are rendered in the views</li>
1818
<li>the views are used to create urls and we use the urls to move through the app</li>
1919
</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

Comments
 (0)