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

cd ..
docker build -t reo7sp/tgbot-cpp -f Dockerfile .
docker push reo7sp/tgbot-cpp