Removing sudo from the docker commmand.

This commit is contained in:
sergiotarxz 2022-02-09 00:01:30 +01:00
parent b67b870e1d
commit ee8d3bb7ea
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ build() {
rm -rf output
fi
mkdir output
sudo docker build --no-cache -t aletareleaser:latest .
sudo docker run -v $(realpath output):/var/lib/aleta/output --rm aletareleaser
docker build --no-cache -t aletareleaser:latest .
docker run -v $(realpath output):/var/lib/aleta/output --rm aletareleaser
}
source ~/.bashrc