diff --git a/Makefile b/Makefile index a614c1837..a468c1dbc 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,9 @@ start: stop: @docker-compose stop +worker: + @$(MAKE) rails cmd="rake jobs:work" + cli: @$(MAKE) rails cmd="/bin/bash"