Skip to content

Commit

Permalink
[docker] Run SortingHat worker with parameters
Browse files Browse the repository at this point in the history
Updates the docker image for the SortingHat worker,
so it can receive parameters when a container runs.
This is needed to set from which queues a worker will
listen too.

Signed-off-by: Jose Javier Merchante <[email protected]>
  • Loading branch information
jjmerchante committed Aug 6, 2024
1 parent ae02292 commit 2acc4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/worker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -e
export SORTINGHAT_CONFIG=sortinghat.config.settings

# Build the command to run
set - sortinghatw
set - sortinghatw "$@"

# Run the worker
exec "$@"

0 comments on commit 2acc4f7

Please sign in to comment.