diff options
Diffstat (limited to 'auth/auth-cass/docker/dbuild.sh')
-rw-r--r-- | auth/auth-cass/docker/dbuild.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/auth/auth-cass/docker/dbuild.sh b/auth/auth-cass/docker/dbuild.sh index 100b8cb9..c708dad5 100644 --- a/auth/auth-cass/docker/dbuild.sh +++ b/auth/auth-cass/docker/dbuild.sh @@ -30,7 +30,9 @@ echo "Building aaf_cass Container for aaf_cass:$VERSION" DIR=$(pwd) cd .. -sed -e 's/${AAF_VERSION}/'${VERSION}'/g' $DIR/Dockerfile.cass > Dockerfile +sed -e 's/${AAF_VERSION}/'${VERSION}'/g' \ + -e 's/${USER}/'${USER}'/g' \ + $DIR/Dockerfile.cass > Dockerfile cd .. cp -Rf sample/cass_data auth-cass/cass_data cp sample/data/sample.identities.dat auth-cass |