change FORCEPULL = true

Since we are in a heavy devel enviroment, let docker compose to always force new images
This commit is contained in:
Alex Coseru 2022-01-06 10:16:41 +02:00 committed by GitHub
parent 7e650bbd25
commit c1216271b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)