Updated script files to run tests on load

This commit is contained in:
2024-01-12 14:55:52 +00:00
parent 6d91fe8095
commit f5a8cdcfa2
6 changed files with 30 additions and 6 deletions

View File

@ -3,5 +3,5 @@ COPY ./requirements.txt /app/requirements.txt
WORKDIR /app
RUN pip install -r requirements.txt
COPY . /app
RUN chmod +x scripts/run.sh
CMD ["sh", "scripts/run.sh"]
RUN chmod +x scripts/run.bash
CMD ["bash", "scripts/run.bash"]