diff options
-rwxr-xr-x | tools/docker-push | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/docker-push b/tools/docker-push new file mode 100755 index 0000000..8d0d46e --- /dev/null +++ b/tools/docker-push @@ -0,0 +1,6 @@ +#!/bin/bash +set -e + +cd .. +docker build -t reo7sp/tgbot-cpp -f Dockerfile . +docker push reo7sp/tgbot-cpp |