Skip to content

Commit ec026e3

Browse files
committed
fix tag name to latest
1 parent c6591ef commit ec026e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ publish: require-acr-arg require-image_tag-arg ## Upload a docker image to the s
5656

5757
.PHONY: build_prod
5858
build_prod: ## Create docker image with dependencies needed for production.
59-
docker build --target production -t timetracker_ui_prod -f Dockerfile .
59+
docker build --target production -t timetracker_ui -f Dockerfile .
6060

6161
.PHONY: run_prod
6262
run_prod: ## Execute timetracker_ui_prod docker container.

0 commit comments

Comments
 (0)