From c1216271b32d4c50ed0eb34e985630ed22358864 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Thu, 6 Jan 2022 10:16:41 +0200 Subject: [PATCH] change FORCEPULL = true Since we are in a heavy devel enviroment, let docker compose to always force new images --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 089ec2f..1b58559 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -33,7 +33,7 @@ export PROVIDER_VERSION=${PROVIDER_VERSION:-v4main} export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v4main_postaudit} export RBAC_VERSION=${RBAC_VERSION:-next} export PROJECT_NAME="ocean" -export FORCEPULL="false" +export FORCEPULL="true" # Export User UID and GID export LOCAL_USER_ID=$(id -u)