Files
faas-cli/build.sh
2017-06-01 17:30:03 +01:00

8 lines
226 B
Bash
Executable File

#!/bin/sh
docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy -t faas-cli . && \
docker create --name faas-cli faas-cli && \
docker cp faas-cli:/root/faas-cli . && \
docker rm -f faas-cli