mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 00:13:52 +01:00
docs/installation: use &&
for early exit if build-in-docker step fails
This commit is contained in:
parent
a3842155c5
commit
3ff1966cab
@ -101,9 +101,9 @@ and serves as a reference for build dependencies and procedure:
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
git clone https://github.com/zrepl/zrepl.git
|
git clone https://github.com/zrepl/zrepl.git && \
|
||||||
cd zrepl
|
cd zrepl && \
|
||||||
sudo docker build -t zrepl_build -f build.Dockerfile .
|
sudo docker build -t zrepl_build -f build.Dockerfile . && \
|
||||||
sudo docker run -it --rm \
|
sudo docker run -it --rm \
|
||||||
-v "${PWD}:/src" \
|
-v "${PWD}:/src" \
|
||||||
--user "$(id -u):$(id -g)" \
|
--user "$(id -u):$(id -g)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user