mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-26 09:43:29 +08:00
Add make worker command
This commit is contained in:
parent
5864640df2
commit
7deb80bb06
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -34,6 +34,9 @@ start:
|
||||||
stop:
|
stop:
|
||||||
@docker-compose stop
|
@docker-compose stop
|
||||||
|
|
||||||
|
worker:
|
||||||
|
@$(MAKE) rails cmd="rake jobs:work"
|
||||||
|
|
||||||
cli:
|
cli:
|
||||||
@$(MAKE) rails cmd="/bin/bash"
|
@$(MAKE) rails cmd="/bin/bash"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue