vk_tg_brodge/Makefile

6 lines
185 B
Makefile
Raw Normal View History

2023-11-23 18:44:58 +03:00
docker_build:
docker build -t registry.computernetthings.ru/vk_tg_bridge:latest . && docker image prune -f
docker_push:
docker push registry.computernetthings.ru/vk_tg_bridge:latest