Skip to content

Commit ac43c33

Browse files
author
Aaron Suarez
authored
Merge pull request #359 from jtholm2/make_shell
Added 'make shell' command to Makefile
2 parents 905d12e + 8bd9df6 commit ac43c33

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)