There was an error while loading. Please reload this page.
1 parent 942e1ae commit f254b0dCopy full SHA for f254b0d
1 file changed
README.rst
@@ -106,6 +106,9 @@ compose. For this you need to have the following installed.
106
Use ``sudo docker-compose up`` to start VulnerableCode. Then access
107
VulnerableCode at http://localhost:8000/ or at http://127.0.0.1:8000/
108
109
+**Important**: Don't forget to run ``sudo docker-compose up -d --no-deps --build web`` to sync your instance after every ``git pull``.
110
+
111
112
Use ``sudo docker-compose exec web bash`` to access the VulnerableCode
113
container. From here you can access ``manage.py`` and run management commands
114
to import data as specified below.
0 commit comments