#!/bin/bash docker buildx build --platform=linux/amd64 --tag chatbots_api --load . docker save chatbots_api | pigz > chatbots_api.tar.gz