X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2FMakefile;h=ced950e4a1c1b583120872558e9daecfd700bcbe;hb=ec7f4dcea28197007a32308483e8e8f4750fae5e;hp=c82d604a1f9813507c3226d93ac5164647ce578f;hpb=1355b83a8bb6fd21570e2937d1636efb7b5c3fd4;p=e-mobility-charging-stations-simulator.git diff --git a/docker/Makefile b/docker/Makefile index c82d604a..ced950e4 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -1,9 +1,9 @@ PROJECT_NAME?=evse -NAME:=simulator -SUBMODULES_INIT?=true +NAME:=e-mobility-charging-stations-simulator +SUBMODULES_INIT?=false DOCKER_ECR_ACCOUNT_ID?=166296450311 DOCKER_ECR_REGION?=eu-west-3 -DOCKER_ECR_REGISTRY_NAME?=ev_simulator +DOCKER_ECR_REGISTRY_NAME?=e-mobility-charging-stations-simulator DOCKER_ECR_TAG?=latest .PHONY: all