refactor(test-deployment): dockerfile and test script cleanup

This commit is contained in:
Gergő Jedlicska
2022-01-14 11:07:35 +01:00
parent aeadade302
commit b037a65aa9
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FROM python:3.8-slim
COPY utils/test-deployment .
RUN ./install_prerequisites.sh
RUN pip install -r requirements.txt
CMD [ "./run_tests.py" ]
@@ -2,5 +2,4 @@
set -e
# pip install specklepy
pip install -r requirements.txt
pip install specklepy