Update BuildImage.sh

This commit is contained in:
ametgud4u 2020-07-26 23:14:31 +05:30 committed by GitHub
parent 6732624bad
commit 9167bca010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,4 +7,4 @@ echo " *************************************** "
echo " ********** Build Docker Image********** "
echo " *************************************** "
cd $HOME/centos_data/Build && docker-compose -f docker-compose-buildimage.yml build --no-cache
sudo cd $HOME/centos_data/Build && docker-compose -f docker-compose-buildimage.yml build --no-cache