commit | 53c46fbe76cc09930f929f84bcb59182bab63f71 | [log] [tgz] |
---|---|---|
author | Tony Mack <tony.mack@gmail.com> | Sat Oct 31 18:11:27 2015 +0000 |
committer | Tony Mack <tony.mack@gmail.com> | Sat Oct 31 18:11:27 2015 +0000 |
tree | cc4244ffd67af459557f9c639f35bb8b54bc11e5 | |
parent | 5a509acae0571c9350ab761b34fcca24b0e31417 [diff] |
execute initdb after building building docker image
diff --git a/containers/xos/Makefile b/containers/xos/Makefile index ce5da56..9e0eae9 100644 --- a/containers/xos/Makefile +++ b/containers/xos/Makefile
@@ -2,7 +2,7 @@ TOSCA_CONFIG_PATH:=/opt/xos/configurations/xos/opencloud.yaml .PHONY: build -build: ; docker build --rm -t xos . +build: ; docker build --rm -t xos . && ./initdb .PHONY: run run: ; docker run --rm --name ${CONTAINER_NAME} -p 80:8000 xos