This commit is contained in:
William 2023-02-20 19:29:30 +01:00
parent aa207bb132
commit 0276584b3f
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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 ## Serving