diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2022-06-01 21:25:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-01 21:25:34 +0000 |
commit | ec346dcc4972774096451b359083cd88fd81272d (patch) | |
tree | 37359a17b30168c8e1d20639784b250a121abd2a /packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile | |
parent | f35587328e1bd99882ed8a4df85d01660d54c007 (diff) | |
parent | 8040c95590bca9d7a5e4ac48d72c1198ca66e107 (diff) |
Merge "Fix HTTP handling in CLAMP ACM"
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile')
-rw-r--r-- | packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile index f70e07e20..ceb4776cd 100644 --- a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile @@ -40,7 +40,7 @@ RUN tar xvfz /packages/policy-participant.tar.gz --directory $POLICY_HOME && \ WORKDIR $POLICY_HOME COPY policy-participant.sh bin/. -COPY /maven/app.jar /app +COPY /maven/policy-clamp-participant-impl-policy.jar /app/app.jar RUN chown -R policy:policy * && \ chmod 755 bin/*.sh && \ |