Skip to content

Commit

Permalink
docs(DEVELOPMENT) Fix doc docker call
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed May 28, 2024
1 parent bd2c7cd commit c4514eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want to see debug logs, set `DEBUG` to `True` in `settings.py`.
Once the above compose file is running, you can use the `mock_web_app`
container to run the tests against the `doctor` container:

docker exec -it mock_web_app_doctor python3 -m unittest doctor.tests
docker exec -it mock_web_app python3 -m unittest doctor.tests


## Building Images
Expand Down

0 comments on commit c4514eb

Please sign in to comment.