change makefile command name

This commit is contained in:
Jonathan Math 2020-10-12 12:28:02 +07:00
parent c356782627
commit e27ad0d69a

View file

@ -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}