diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2017-12-01 16:00:50 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2017-12-04 12:06:40 -0500 |
commit | bfb506c057c62cc6e76a3696608182c202e01698 (patch) | |
tree | d386a9700e5ff101523a0d3071b606fbe610fe3b /src/main/docker/Dockerfile | |
parent | f7b84df35a767b18b8c5f3485cff2ffd5faab0c8 (diff) |
Gizmo uses Champ the microservice
Gizmo modified to use the Champ ms REST API instead of the Champ library
Issue-ID: AAI-525
Change-Id: Ifc5d0302eebfe4eccbe805ecf6cfd059fb6e700b
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Diffstat (limited to 'src/main/docker/Dockerfile')
-rw-r--r-- | src/main/docker/Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile index c342772..e4459d1 100644 --- a/src/main/docker/Dockerfile +++ b/src/main/docker/Dockerfile @@ -2,7 +2,6 @@ FROM ubuntu:14.04 ARG MICRO_HOME=/opt/app/crud-api ARG BIN_HOME=$MICRO_HOME/bin -ARG GRAPHLIB_HOME=$MICRO_HOME/graph-deps RUN apt-get update @@ -17,8 +16,6 @@ RUN export JAVA_HOME # Build up the deployment folder structure RUN mkdir -p $MICRO_HOME ADD swm/package/nix/dist_files/appl/crud-api/* $MICRO_HOME/ -RUN mkdir -p $GRAPHLIB_HOME -ADD graph-deps $GRAPHLIB_HOME RUN mkdir -p $BIN_HOME COPY *.sh $BIN_HOME RUN chmod 755 $BIN_HOME/* |