summaryrefslogtreecommitdiff
path: root/tools/docker-run-sample
blob: e7ac6ba4aeb3e9e7641141395a7a26263b827a65 (plain)
1
2
3
4
5
6
#!/bin/bash
set -e

cd ..
docker build -t reo7sp/tgbot-cpp -f Dockerfile_test .
docker run --rm -it -e TOKEN=$2 reo7sp/tgbot-cpp /usr/src/tgbot-cpp/samples/$1/$1