Skip to content

Commit a71f5a8

Browse files
Nathan-Nesbittrahulpatidar0191
authored andcommitted
cherry pick from nov 29th
1 parent 74cf15f commit a71f5a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ RUN echo "#!/bin/bash\n/python/entrypoint.sh startapp" >> /bin/startapp && chmod
2323
# Change users
2424
USER python
2525

26-
# Create base all useful directory
27-
RUN mkdir /python/app /python/logs /python/files /python/static
26+
# Create base directories
27+
RUN mkdir /python/app /python/logs /python/files /python/static /python/reports
2828

2929
# Change directory
3030
WORKDIR /python/app

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ runtests() {
6969
fi
7070
python -m pytest -vv --durations=3 --junitxml unittesting.xml --cov=. $covconf\
7171
--cov-report term-missing --cov-report xml:coverage.xml
72+
mv *.xml /python/reports/
7273
}
7374

7475

0 commit comments

Comments
 (0)