diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-09-11 11:25:12 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-09-11 11:25:12 +0800 |
commit | f2c5615c967a37c3d778bb9cf0a5a6706c17fa63 (patch) | |
tree | 7d53fb68706b513b2eb189c0e86179f5fbf32194 /newton/assembly.xml | |
parent | 9be6dfbd7c81d017865a5eccacdcedb184ef6e50 (diff) |
Fix bugs in restcall
fix bug and update dockerfile
Change-Id: I5e6e2eeae85d9bfaabd190d8f9baaca8cca7aeb5
Issue-Id: MULTICLOUD-58
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton/assembly.xml')
-rw-r--r-- | newton/assembly.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newton/assembly.xml b/newton/assembly.xml index 89f1a954..c478ea25 100644 --- a/newton/assembly.xml +++ b/newton/assembly.xml @@ -38,6 +38,14 @@ </includes> </fileSet> <fileSet> + <directory>docker</directory> + <outputDirectory>/docker</outputDirectory> + <includes> + <include>*.sh</include> + <include>Dockerfile</include> + </includes> + </fileSet> + <fileSet> <directory>.</directory> <outputDirectory>/</outputDirectory> <includes> |