feat: publishing infernet-container-starter v0.1.0
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
deploy-container:
|
||||
cp ./projects/$(project)/container/config.json deploy/config.json
|
||||
cd deploy && docker-compose up
|
||||
|
||||
deploy-contracts:
|
||||
$(MAKE) -C ./projects/$(project)/contracts deploy
|
||||
|
||||
call-contract:
|
||||
$(MAKE) -C ./projects/$(project)/contracts call-contract
|
Reference in New Issue
Block a user