5 lines
139 B
Bash
Executable file
5 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker buildx build --platform=linux/amd64 --tag chatbots_api --load .
|
|
docker save chatbots_api | pigz > chatbots_api.tar.gz
|
|
|