Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Update dist path
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Mar 25, 2019
1 parent 6f12f80 commit 2ab6f7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_redist.sh
Expand Up @@ -10,7 +10,7 @@ mkdir -p bin/

docker build --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy -t openfaas/ofc-bootstrap:$eTAG . -f Dockerfile.redist && \
docker create --name ofc-bootstrap openfaas/ofc-bootstrap:$eTAG && \
docker cp ofc-bootstrap:/root/ofc-bootstrap bin/. && \
docker cp ofc-bootstrap:/root/ofc-bootstrap-darwin bin/. && \
docker cp ofc-bootstrap:/root/ofc-bootstrap.exe bin/. && \
docker cp ofc-bootstrap:/root/ofc-bootstrap bin/ && \
docker cp ofc-bootstrap:/root/ofc-bootstrap-darwin bin/ && \
docker cp ofc-bootstrap:/root/ofc-bootstrap.exe bin/ && \
docker rm -f ofc-bootstrap

0 comments on commit 2ab6f7b

Please sign in to comment.