commit | 86cbbd787fce9606622219218e67318f0dbe5649 | [log] [tgz] |
---|---|---|
author | Tony Mack <tony.mack@gmail.com> | Sun Nov 01 16:31:30 2015 +0000 |
committer | Tony Mack <tony.mack@gmail.com> | Sun Nov 01 16:31:30 2015 +0000 |
tree | 323bff93ad9cc057ce55adf0fe9909d38e7927eb | |
parent | 502bb5936a7123d9adf23e76edeabbc911f361cc [diff] [blame] |
fix TOSCA_CONFIG_PATH
diff --git a/containers/xos/Makefile b/containers/xos/Makefile index c859201..c71873e 100644 --- a/containers/xos/Makefile +++ b/containers/xos/Makefile
@@ -1,5 +1,5 @@ CONTAINER_NAME:=xos-server -TOSCA_CONFIG_PATH:=/opt/xos/configurations/xos/opencloud.yaml +TOSCA_CONFIG_PATH:=/opt/xos/configurations/opencloud/opencloud.yaml .PHONY: build build: ; docker build --rm -t xos . && ./initdb