From bfcad885f450fc3e933fa1e849473cde43d8e40d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 12 Sep 2021 11:09:19 +0200 Subject: [PATCH] Default docker image build without git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 4 ++-- docker/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1