Initial commit
This commit is contained in:
commit
148cd266e3
10 changed files with 1261 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue