mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
change makefile command name
This commit is contained in:
parent
c356782627
commit
e27ad0d69a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ nb:
|
|||
- docker-compose exec newsblur_web ./manage.py loaddata config/fixtures/bootstrap.json
|
||||
|
||||
# allows user to exec into newsblur_web and use pdb.
|
||||
nb-exec:
|
||||
debug:
|
||||
# run `make nb-no-build` if this doesn't work
|
||||
- CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker attach ${newsblur}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue