aboutsummaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/functest/simulators/Dockerfile')
-rw-r--r--test/functest/simulators/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functest/simulators/Dockerfile b/test/functest/simulators/Dockerfile
index 7f6b49f..ca32895 100644
--- a/test/functest/simulators/Dockerfile
+++ b/test/functest/simulators/Dockerfile
@@ -30,5 +30,6 @@ RUN ln -s /usr/bin/python3.5 /usr/bin/python
ADD requirements.txt /requirements.txt
RUN pip install -r requirements.txt
ADD sim /sim
+ADD start_sim.sh /start_sim.sh
-CMD cd /sim && python oof_dependencies_simulators.py > simulator-logs 2>&1 \ No newline at end of file
+CMD ["/start_sim.sh"] \ No newline at end of file