diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-05-16 17:33:31 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-05-16 17:35:05 -0400 |
commit | 122d59ee59f799ec46882bdc862b001cd434657c (patch) | |
tree | f471be622b92c21c963193a0fc06a17f306d51a5 /docker/Dockerfile | |
parent | ba17b41bafc815e3e52d29a46cd6073385c5ac9f (diff) |
Updating the config file
Updating the config file as workaround
Issue-ID: OPTFRA-237
Change-Id: Iacdb4e8ab0f38d0809c4881b3faca0b4f3164d0c
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r-- | docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 718b145..7a38ad8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -50,4 +50,4 @@ ENV PATH /mz-dist:$PATH RUN git clone http://gerrit.onap.org/r/optf/osdf \ && pip install --no-cache-dir -r osdf/requirements.txt -CMD [ ". /osdf/osdfapp.sh" ] +CMD [ "/osdf/osdfapp.sh" ] |