Skip to content

Commit 8bd9df6

Browse files
author
jtholm2
committed
Added 'make shell' command to Makefile, using 'docker-compose run resources-api flask shell'.
1 parent 905d12e commit 8bd9df6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ else
1313
all: run
1414
endif
1515

16+
.PHONY: shell
17+
shell:
18+
${DOCKER_COMPOSE} run ${RESOURCES_CONTAINER} ${FLASK} shell
19+
1620
.PHONY: nuke
1721
nuke:
1822
${DOCKER} system prune -a --volumes

0 commit comments

Comments
 (0)