From 450a59a7c8c9335d9ce243a9fd270bc11b66e10b Mon Sep 17 00:00:00 2001 From: vcerenu Date: Mon, 10 Jun 2024 07:11:20 -0300 Subject: [PATCH] Change the name dir to Wazuh cert tool Dockerfile --- .../{cert-tool-image => wazuh-cert-tool}/Dockerfile | 0 .../{cert-tool-image => wazuh-cert-tool}/config/entrypoint.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename build-docker-images/{cert-tool-image => wazuh-cert-tool}/Dockerfile (100%) rename build-docker-images/{cert-tool-image => wazuh-cert-tool}/config/entrypoint.sh (100%) diff --git a/build-docker-images/cert-tool-image/Dockerfile b/build-docker-images/wazuh-cert-tool/Dockerfile similarity index 100% rename from build-docker-images/cert-tool-image/Dockerfile rename to build-docker-images/wazuh-cert-tool/Dockerfile diff --git a/build-docker-images/cert-tool-image/config/entrypoint.sh b/build-docker-images/wazuh-cert-tool/config/entrypoint.sh similarity index 100% rename from build-docker-images/cert-tool-image/config/entrypoint.sh rename to build-docker-images/wazuh-cert-tool/config/entrypoint.sh