Default docker image build without git submodules
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 12 Sep 2021 09:09:19 +0000 (11:09 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 12 Sep 2021 09:09:19 +0000 (11:09 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
docker/Makefile

index 6f69c51b321fcb9b7a2d0af5b21b2447d832e10a..212c8e29c13a00107e6f3a4e538091150f938d0c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -206,10 +206,10 @@ In the [docker](./docker) folder:
 make
 ```
 
-Or without the optional git submodules:
+Or with the optional git submodules:
 
 ```bash
-make SUBMODULES_INIT=false
+make SUBMODULES_INIT=true
 ```
 
 ## OCPP-J commands supported
index c82d604a1f9813507c3226d93ac5164647ce578f..8b02c4fe42b68681d09455997e2ea9d876d5274f 100644 (file)
@@ -1,6 +1,6 @@
 PROJECT_NAME?=evse
 NAME:=simulator
-SUBMODULES_INIT?=true
+SUBMODULES_INIT?=false
 DOCKER_ECR_ACCOUNT_ID?=166296450311
 DOCKER_ECR_REGION?=eu-west-3
 DOCKER_ECR_REGISTRY_NAME?=ev_simulator