Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -31,9 +31,9 @@ docker build \ ### PHP 7.x Exemple pour PHP 7.3 : Exemple pour PHP 7.4 : ```bash PHP_VERSION=7.3 ; \ PHP_VERSION=7.4 ; \ docker build \ --rm \ --build-arg PHP_VERSION=${PHP_VERSION} \ Loading Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -31,9 +31,9 @@ docker build \ ### PHP 7.x Exemple pour PHP 7.3 : Exemple pour PHP 7.4 : ```bash PHP_VERSION=7.3 ; \ PHP_VERSION=7.4 ; \ docker build \ --rm \ --build-arg PHP_VERSION=${PHP_VERSION} \ Loading