mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Run docker in interactive mode for colored output and Ctrl+C
This commit is contained in:
parent
60a1e548ac
commit
bb119ca967
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue