Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 378 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 378 Bytes

telegram-exchange-bot

Docker build

docker build . --build-arg VERSION=test --tag telegram-exchange-bot

Docker run

docker run -d --env EXCHANGE_URL= --env EXCHANGE_TOKEN= --env TELEGRAM_TOKEN= telegram-exchange-bot

Show images

docker images

Show containers

docker ps -a

Stop container

docker stop name