cartman/api/build

6 lines
139 B
Text
Raw Normal View History

2023-02-10 11:02:22 -05:00
#!/bin/bash
2023-02-10 19:25:30 -05:00
docker buildx build --platform=linux/amd64 --tag chatbots_api --load .
docker save chatbots_api | pigz > chatbots_api.tar.gz