After building the Docker image, use the command below to start the Docker container. Afterward, updating the code only requires restarting the container (as long as you are not adding new files or ...
You need to clean database after your test cases, you can do it simply with only one call. type - 'truncate' - DEFAULT: use truncate to clear all tables in database and restart sequences - 'delete' - ...