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

Commit 2ab6f7b

Browse files
committed
Update dist path
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
1 parent 6f12f80 commit 2ab6f7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_redist.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mkdir -p bin/
1010

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

0 commit comments

Comments
 (0)