5 lines
114 B
Bash
Executable file
5 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker build --tag chatbots_api .
|
|
docker save chatbots_api | pigz > chatbots_api_$(uname -m).tar.gz
|
|
|