mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
add RUNWITHMAKEBUILD=True to Makefile commands
This commit is contained in:
parent
03744b3056
commit
a851e246d5
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -28,9 +28,9 @@ nb: pull
|
|||
- RUNWITHMAKEBUILD=True docker-compose exec newsblur_web ./manage.py loaddata config/fixtures/bootstrap.json
|
||||
|
||||
shell:
|
||||
- CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker-compose exec newsblur_web ./manage.py shell_plus
|
||||
- RUNWITHMAKEBUILD=True CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker-compose exec newsblur_web ./manage.py shell_plus
|
||||
bash:
|
||||
- CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker-compose exec newsblur_web bash
|
||||
- RUNWITHMAKEBUILD=True CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker-compose exec newsblur_web bash
|
||||
# allows user to exec into newsblur_web and use pdb.
|
||||
debug:
|
||||
- newsblur := $(shell docker ps -qf "name=newsblur_web")
|
||||
|
|
Loading…
Add table
Reference in a new issue