Skip to content

Commit f254b0d

Browse files
authored
Fixes #312 : Added solution for ModuleNotFoundError (#427)
* Added solution for ModuleNotFoundError Signed-off-by: Pushpit <pushpit07@gmail.com>
1 parent 942e1ae commit f254b0d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ compose. For this you need to have the following installed.
106106
Use ``sudo docker-compose up`` to start VulnerableCode. Then access
107107
VulnerableCode at http://localhost:8000/ or at http://127.0.0.1:8000/
108108

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+
109112
Use ``sudo docker-compose exec web bash`` to access the VulnerableCode
110113
container. From here you can access ``manage.py`` and run management commands
111114
to import data as specified below.

0 commit comments

Comments
 (0)