Skip to content

Commit 7f0690f

Browse files
fix: TT-511 changes in makefile to solve comments
1 parent 73514ac commit 7f0690f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ restart: ## Restart container timetracker_ui.
3636

3737
.PHONY: remove
3838
remove: ## Delete container timetracker_ui.
39-
docker-compose down
39+
docker-compose down --volumes --remove-orphans --rmi local
4040

4141
.PHONY: test
4242
test: ## Run all tests on docker container timetracker_ui.
@@ -68,4 +68,4 @@ publish_prod: ## Publish the container image timetracker_ui_prod.
6868

6969
.PHONY: login
7070
login: ## Login in respository of docker images.
71-
az acr login --name timetrackerdevregistry
71+
az acr login --name $(container_registry)

0 commit comments

Comments
 (0)