mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-24 11:01:32 +01: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:
parent
7e650bbd25
commit
c1216271b3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user