diff --git a/build-docker-images/build-images.sh b/build-docker-images/build-images.sh index 11ac20bf..ee73bb5c 100755 --- a/build-docker-images/build-images.sh +++ b/build-docker-images/build-images.sh @@ -12,4 +12,4 @@ fi echo WAZUH_VERSION=$WAZUH_IMAGE_VERSION > .env echo WAZUH_IMAGE_VERSION=$IMAGE_VERSION >> .env -docker-compose -f build-images.yml --env-file .env build --no-cache \ No newline at end of file +docker-compose -f build-docker-images/build-images.yml --env-file .env build --no-cache \ No newline at end of file