1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-17 18:03:13 +02:00

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

View File

@ -33,7 +33,7 @@ export PROVIDER_VERSION=${PROVIDER_VERSION:-v4main}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v4main_postaudit} export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v4main_postaudit}
export RBAC_VERSION=${RBAC_VERSION:-next} export RBAC_VERSION=${RBAC_VERSION:-next}
export PROJECT_NAME="ocean" export PROJECT_NAME="ocean"
export FORCEPULL="false" export FORCEPULL="true"
# Export User UID and GID # Export User UID and GID
export LOCAL_USER_ID=$(id -u) export LOCAL_USER_ID=$(id -u)