From 21d3adee97ab25e433d67cec2af6ab8584a923dd Mon Sep 17 00:00:00 2001 From: Sebastian Rojo Date: Thu, 19 Aug 2021 17:05:45 -0500 Subject: [PATCH] ADD doc to changes name on all proyect --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f9dd06..2baec39 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Here is a simple repo template for python pip Docker Projects (Sapian Standar) - Metrics (Prometheus) - docker buildx (Multiarch) +# using this template +``` bash +find . -type f -exec sed -i 's/python-pip-docker-template/new-name/g' {} \; +find . -type f -exec sed -i 's/PYTHON_PIP_DOCKER_TEMPLATE/NEW_NAME/g' {} \; +find . -type f -exec sed -i 's/python_pip_docker_template/new_name/g' {} \; +``` # Build And Push to docker registry ``` bash