Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Docker flag to remove containers after finishing
When using `DockerRun.sh` stale containers were left over after closing the application. These containers would also not be re-used. Add the `--rm` flag to make Docker delete the containers after running the application, since they are re-created for each run anyways.
- Loading branch information