diff --git a/api/build b/api/build new file mode 100755 index 0000000..73afced --- /dev/null +++ b/api/build @@ -0,0 +1,4 @@ +#!/bin/bash + +docker build -t chatbots_api . +docker save chatbots_api | pigz > chatbots_api.tar.gz