We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73514ac commit 7f0690fCopy full SHA for 7f0690f
Makefile
@@ -36,7 +36,7 @@ restart: ## Restart container timetracker_ui.
36
37
.PHONY: remove
38
remove: ## Delete container timetracker_ui.
39
- docker-compose down
+ docker-compose down --volumes --remove-orphans --rmi local
40
41
.PHONY: test
42
test: ## Run all tests on docker container timetracker_ui.
@@ -68,4 +68,4 @@ publish_prod: ## Publish the container image timetracker_ui_prod.
68
69
.PHONY: login
70
login: ## Login in respository of docker images.
71
- az acr login --name timetrackerdevregistry
+ az acr login --name $(container_registry)
0 commit comments