Build/Test Tools: Prevent orphaned Docker containers.

This updates certain local Docker environment commands to include `--rm`, which instructs `docker compose` to remove the container after running the specified scripts.

Previously only the installation script contained `--rm`. But running `test:php`, `env:start`, or `env:cli` resulted in the container remaining.

Props johnbillion.
Fixes #62395.
Built from https://develop.svn.wordpress.org/trunk@59393


git-svn-id: http://core.svn.wordpress.org/trunk@58779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-11-12 17:46:21 +00:00
parent 0c6d68448b
commit d826bdbb7c

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59392';
$wp_version = '6.8-alpha-59393';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.