From: Jérôme Benoit Date: Sun, 12 Sep 2021 09:09:19 +0000 (+0200) Subject: Default docker image build without git submodules X-Git-Tag: v1.0.57~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=bfcad885f450fc3e933fa1e849473cde43d8e40d;p=e-mobility-charging-stations-simulator.git Default docker image build without git submodules Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 6f69c51b..212c8e29 100644 --- 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 diff --git a/docker/Makefile b/docker/Makefile index c82d604a..8b02c4fe 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -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