Migrate to Docker Compose v2

This commit is contained in:
vcerenu
2025-05-16 09:25:36 -03:00
parent 0f15acb783
commit 74c34e87b1
12 changed files with 17 additions and 71 deletions

View File

@@ -5,5 +5,5 @@ The dockerfile hosted in this directory is used to build the image used to boot
To create the image, the following command must be executed:
```
$ docker build -t wazuh/wazuh-certs-generator:0.0.1 .
$ docker build -t wazuh/wazuh-certs-generator:0.0.2 .
```