Initial commit

This commit is contained in:
Alex Vanin 2019-01-14 13:10:56 +03:00
commit 148cd266e3
10 changed files with 1261 additions and 0 deletions

7
Makefile Normal file
View file

@ -0,0 +1,7 @@
.PHONY: build up
build:
@docker build . -t bft-task-distrib-model-image
up: build
@docker run -it --rm bft-task-distrib-model-image:latest