Skip to content

Commit

Permalink
Update tool location paths
Browse files Browse the repository at this point in the history
  • Loading branch information
QU3B1M committed Dec 26, 2024
1 parent a091a15 commit 29b5734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecs/generator/mapping-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function usage() {
}

function main() {
local compose_filename="docker/ecs/mapping-generator.yml"
local compose_filename="ecs/generator/mapping-generator.yml"
local compose_command
local module
local repo_path
Expand Down
2 changes: 1 addition & 1 deletion ecs/generator/mapping-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
container_name: wazuh-ecs-generator
build:
context: ./../..
dockerfile: ${REPO_PATH:-.}/docker/ecs/images/Dockerfile
dockerfile: ${REPO_PATH:-.}/ecs/generator/images/Dockerfile
volumes:
- ${REPO_PATH:-.}/ecs:/source/ecs
environment:
Expand Down

0 comments on commit 29b5734

Please sign in to comment.