docker-compose run --rm app sh -c "python manage.py test && flake8" docker-compose run --rm app sh -c "python manage.py test commerce.tests.test_shipping_api"
- Install the Remote development Extension Pack in VSCode
- Ensure you are in the main app folder (parralel to the docker)
- Boot Up Docker Environment a) ctrl+shift+P b) select Remote-Containers: Open folder in Container c) click open (as it is in the root) d) select the docker + compose package
sudo groupadd docker
sudo usermod -aG docker