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 c6591ef commit ec026e3Copy full SHA for ec026e3
Makefile
@@ -56,7 +56,7 @@ publish: require-acr-arg require-image_tag-arg ## Upload a docker image to the s
56
57
.PHONY: build_prod
58
build_prod: ## Create docker image with dependencies needed for production.
59
- docker build --target production -t timetracker_ui_prod -f Dockerfile .
+ docker build --target production -t timetracker_ui -f Dockerfile .
60
61
.PHONY: run_prod
62
run_prod: ## Execute timetracker_ui_prod docker container.
0 commit comments