diff options
author | Cody Hiar <cody@hiar.ca> | 2021-10-25 14:34:37 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-10-25 14:34:37 -0600 |
commit | e3d2ffca585660f0c088ab8323bfe78a86ba75e3 (patch) | |
tree | 1f542c4d1c032cdc85149ccfd28cafc402ddb3d0 /Makefile | |
parent | 08cf73a70e3ce2dbc85e8b389f15090c148ec003 (diff) |
Save working version of deploying jars
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,5 +15,8 @@ down: ## Stop the container enter: ## Enter the running container docker-compose -p docker_storm exec backend /bin/bash +enter_nimbus: ## Enter the running nimbus container + docker-compose -p docker_storm exec nimbus /bin/bash + clean: down ## Remove stoped containers docker-compose -p docker_storm rm -f |