diff options
author | Patrick Brady <pb071s@att.com> | 2017-03-08 21:28:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@openecomp.org> | 2017-03-08 21:28:44 +0000 |
commit | 7e3c97e3d64f10c54ac11beeaeb93ef6b841e55c (patch) | |
tree | da1d8902d2fa073a6234c326f1f542b12cf3df11 | |
parent | c5e301e2f428e41f4729f3a8ced9056d16f54466 (diff) | |
parent | 49b130c5fee07da0fbe7f81cad6553c4bbb82061 (diff) |
Merge "{feature}-installer.zip not copied to docker image"
-rw-r--r-- | installation/appc/pom.xml | 2 | ||||
-rw-r--r-- | installation/appc/src/main/docker/Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index aef5692..4a6ad79 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -215,7 +215,7 @@ <executions> <execution> <id>generate-images</id> - <phase>generate-sources</phase> + <phase>package</phase> <goals> <goal>build</goal> </goals> diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index 5a77060..8b2addf 100644 --- a/installation/appc/src/main/docker/Dockerfile +++ b/installation/appc/src/main/docker/Dockerfile @@ -4,8 +4,8 @@ MAINTAINER APP-C Team (appc@lists.openecomp.org) # copy openecomp COPY opt /opt + RUN ln -s /opt/openecomp/appc /opt/appc -RUN chmod +x /opt/openecomp/appc/bin/* # ENTRYPOINT exec /opt/opendaylight/current/bin/karaf EXPOSE 8181 |