Add execute permissions on macOS

This commit is contained in:
Bill Wagner 2017-02-16 08:55:52 -05:00
parent 4e2583477b
commit c780eea876

View File

@ -21,3 +21,4 @@ docker build -t eshop/ordering.api "$(pwd)/pub/ordering"
docker build -t eshop/basket.api "$(pwd)/pub/basket" docker build -t eshop/basket.api "$(pwd)/pub/basket"
docker build -t eshop/webspa "$(pwd)/pub/webSPA" docker build -t eshop/webspa "$(pwd)/pub/webSPA"
docker build -t eshop/identity "$(pwd)/pub/identity" docker build -t eshop/identity "$(pwd)/pub/identity"