Skip to content

Commit

Permalink
Fix invoking run_workers.sh using exec form
Browse files Browse the repository at this point in the history
  • Loading branch information
linrock committed Dec 12, 2023
1 parent 24f1ecc commit 7f002ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ USER worker
ENV NUM_WORKERS ${NUM_WORKERS}
ENV WORKER_ARGS ${WORKER_ARGS}

CMD ./run_workers.sh
CMD ["./run_workers.sh"]

0 comments on commit 7f002ad

Please sign in to comment.