Run docker in interactive mode for colored output and Ctrl+C

This commit is contained in:
Ilya Fedin 2021-02-23 02:23:29 +04:00 committed by John Preston
parent 60a1e548ac
commit bb119ca967
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Go to the `tdesktop` directory and run
Make sure that you're still in the `tdesktop` directory and run (using [your **api_id** and **api_hash**](#obtain-your-api-credentials))
docker run --rm \
docker run --rm -it \
-v $PWD:/usr/src/tdesktop \
tdesktop:centos_env \
/usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \
@ -29,7 +29,7 @@ Make sure that you're still in the `tdesktop` directory and run (using [your **a
Or, to create a debug build, run (also using [your **api_id** and **api_hash**](#obtain-your-api-credentials))
docker run --rm \
docker run --rm -it \
-v $PWD:/usr/src/tdesktop \
-e DEBUG=1 \
tdesktop:centos_env \