X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2FMakefile;h=422fb1fe6fd773eb107e79902c8447615fe98f3f;hb=0f25f07824b73043257da30426013eba94f139b1;hp=c82d604a1f9813507c3226d93ac5164647ce578f;hpb=1355b83a8bb6fd21570e2937d1636efb7b5c3fd4;p=e-mobility-charging-stations-simulator.git diff --git a/docker/Makefile b/docker/Makefile index c82d604a..422fb1fe 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -1,9 +1,9 @@ PROJECT_NAME?=evse -NAME:=simulator -SUBMODULES_INIT?=true +NAME:=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?=charging_stations_simulator DOCKER_ECR_TAG?=latest .PHONY: all