Skip to content
Snippets Groups Projects
Commit b0fde0e7 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

README : exemple pour PHP 7.4

parent 6e9ece24
No related branches found
No related tags found
No related merge requests found
Pipeline #11882 failed
......@@ -11,9 +11,9 @@ cd sygal-image
Construisez l'image pour la version de PHP désirée...
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} \
......@@ -24,7 +24,7 @@ docker build \
**Attention !** Si vous êtes derrière un proxy, vous pouvez transmettre les valeurs courantes de vos variables d'environement `*_proxy`
à la commande `build` avec des `--build-arg` additionnels, exemple :
```bash
PHP_VERSION=7.3 ; \
PHP_VERSION=7.4 ; \
docker build \
--rm \
--build-arg PHP_VERSION=${PHP_VERSION} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment