diff options
author | Brinda Santh <bs2796@att.com> | 2019-10-03 20:02:29 -0400 |
---|---|---|
committer | Brinda Santh <bs2796@att.com> | 2019-10-03 20:02:29 -0400 |
commit | 4c2b42f141e1501222a284f964eb4303cc4f03aa (patch) | |
tree | 0d839c5126fda40f6a89f6bb5f06ab0e27b7ad44 /ms/py-executor/docker/Dockerfile | |
parent | 5006588ac1a41b5ff8207a13fa118866d7ef4924 (diff) |
Add bi-directional python executor tests
Issue-ID: CCSDK-1747
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I2e2b974d35d6878418eafe8ece9fcb1d69622a61
Diffstat (limited to 'ms/py-executor/docker/Dockerfile')
-rw-r--r-- | ms/py-executor/docker/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/py-executor/docker/Dockerfile b/ms/py-executor/docker/Dockerfile index 112180581..b49daf68f 100644 --- a/ms/py-executor/docker/Dockerfile +++ b/ms/py-executor/docker/Dockerfile @@ -11,8 +11,8 @@ RUN tar -xzf /source.tar.gz -C /tmp \ && rm -rf /source.tar.gz \ && rm -rf /tmp/@project.build.finalName@ -RUN pip install --no-cache-dir -r /opt/app/onap/requirements.txt +RUN pip install --no-cache-dir -r /opt/app/onap/python/requirements.txt VOLUME /opt/app/onap/blueprints/deploy/ -ENTRYPOINT /opt/app/onap/start.sh
\ No newline at end of file +ENTRYPOINT /opt/app/onap/python/start.sh
\ No newline at end of file |