2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/bin/docker/sidekiq

5 lines
201 B
Bash
Executable file

#!/bin/bash
PARAMS="$@"
CMD="cd /src && RAILS_ENV=${RAILS_ENV:=development} bundle exec sidekiq -q critical -q low -q default"
docker exec -it -u discourse:discourse discourse_dev /bin/bash -c "$CMD"