commit | 72a9ab4d56dff445ca41f48cb46f8e6631ee11a8 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Wed Jun 08 08:32:49 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Wed Jun 08 08:32:49 2016 -0700 |
tree | f365a2b91f7fd22ee3b9fac7518763561955f89b | |
parent | f5d8caf541ac1da8bb3ec8883d805abc1c073d04 [diff] [blame] |
Rebuild docker images appropriately
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh index 147af71..a44b3d0 100755 --- a/scripts/single-node-pod.sh +++ b/scripts/single-node-pod.sh
@@ -69,6 +69,7 @@ fi echo "Rebuilding XOS containers" + ssh ubuntu@xos "cd xos/containers/xos; make base" ssh ubuntu@xos "cd xos/xos/configurations/cord-pod; make local_containers" }