build
This commit is contained in:
parent
dcf51b1e98
commit
e70e266c8b
1 changed files with 4 additions and 0 deletions
4
api/build
Executable file
4
api/build
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build -t chatbots_api .
|
||||
docker save chatbots_api | pigz > chatbots_api.tar.gz
|
Loading…
Add table
Reference in a new issue