#!/bin/bash
docker build --tag chatbots_api .
docker save chatbots_api | pigz > chatbots_api_$(uname -m).tar.gz