mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 01:04:02 +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:
|
||||
@docker-compose stop
|
||||
|
||||
worker:
|
||||
@$(MAKE) rails cmd="rake jobs:work"
|
||||
|
||||
cli:
|
||||
@$(MAKE) rails cmd="/bin/bash"
|
||||
|
||||
|
|
Loading…
Reference in a new issue