diff options
author | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2018-11-21 16:43:06 -0500 |
---|---|---|
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2018-11-22 11:47:03 -0500 |
commit | a74c306af14723da1f8a24bea5e3a8016dc449e0 (patch) | |
tree | 068e19c69e97e3e36e8266c25b742a4a3ad86a63 /src/main/docker/Dockerfile | |
parent | 7de0e85a95552130aaa7cea07487543b2700e9bf (diff) |
[PIE-991]Create Audit Topics in CtxAggr
Issue-ID: LOG-811
Change-Id: I763cfb90b399514c5930539a1b71e762cb43bc6d
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Diffstat (limited to 'src/main/docker/Dockerfile')
-rw-r--r-- | src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index ad64f1d..1cd5e65 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -15,6 +15,6 @@ ADD startService.sh $MICROSERVICE_HOME/bin/ RUN chmod 755 $MICROSERVICE_HOME/config/* RUN chmod 755 $MICROSERVICE_HOME/lib/* RUN chmod 755 $MICROSERVICE_HOME/bin/* -RUN apk --no-cache add curl +# RUN apk --no-cache add curl CMD ["/opt/app/bin/startService.sh"] |