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