add skipBuild for non-Node/Python images

This commit is contained in:
Alex Ellis
2017-05-23 14:52:02 +01:00
parent 949e450776
commit 5b57b46bb1
3 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
docker build -t faas-cli . && \
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