1 2 3 4 5 6
#!/bin/bash set -e cd .. docker build -t reo7sp/tgbot-cpp -f Dockerfile . docker push reo7sp/tgbot-cpp