init
This commit is contained in:
commit
6e2e3460d6
8 changed files with 230 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue