Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 260 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 260 Bytes

wordpress-docker

Build une nouvelle image

docker build nom_du_dossier -t 'nom:tag'

docker build . -t 'numendo/php:8.0.13-apache-buster'

Push l'image

docker push 'nom/tag'

docker push 'numendo/php:8.0.13-apache-buster'