From 0276584b3f7d70d5e48995fbc6f2ab9f53b98745 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 20 Feb 2023 19:29:30 +0100 Subject: [PATCH] Ooops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc9e7c..6503f56 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The container is now ready to be used, navigate to your project folder. This will install and or update any packages located in your composer file. - docker run -dt -e UPDATE=1 -v ./:/www sample-php-container + docker run --rm -e UPDATE=1 -v ./:/www sample-php-container ## Serving