This commit is contained in:
Adam 2023-02-10 11:02:22 -05:00
parent dcf51b1e98
commit e70e266c8b

4
api/build Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
docker build -t chatbots_api .
docker save chatbots_api | pigz > chatbots_api.tar.gz