diff options
author | dglFromAtt <dgl@research.att.com> | 2019-03-25 19:01:12 +0000 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2019-03-25 19:09:26 +0000 |
commit | bd10cc4a582b3d1a2f162aab5a2494953618af93 (patch) | |
tree | 2b64dbdff60e9a9e56e2bae61a9c986130995e3f /dbc-client/src | |
parent | a2f7b3212b5105eeb5942d75ca25c0a5dbebae52 (diff) |
Dockerfile improvements
Change-Id: I7a22cdf2957c9a73ded0b5a64367d5404d169b49
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1120
Diffstat (limited to 'dbc-client/src')
-rw-r--r-- | dbc-client/src/main/resources/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dbc-client/src/main/resources/Dockerfile b/dbc-client/src/main/resources/Dockerfile index 2025a5e..90cd7f9 100644 --- a/dbc-client/src/main/resources/Dockerfile +++ b/dbc-client/src/main/resources/Dockerfile @@ -37,8 +37,7 @@ RUN apk add --no-cache curl RUN apk add --no-cache curl -RUN chmod +x /opt/app/dbc-client/misc/cert-client-init.sh && \ - chmod +x /opt/app/dbc-client/bin/* && \ +RUN chmod +x /opt/app/dbc-client/bin/* && \ mkdir /opt/app/dbc-client/logs VOLUME /opt/app/dbc-client/log |