ci: copy root conftest.py into image for pytest profiling plugin
This commit is contained in:
@@ -18,6 +18,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
|
|
||||||
COPY services/ /app/services/
|
COPY services/ /app/services/
|
||||||
COPY tests/ /app/tests/
|
COPY tests/ /app/tests/
|
||||||
|
COPY conftest.py /app/conftest.py
|
||||||
|
|
||||||
RUN useradd -m -u 1000 stonks && \
|
RUN useradd -m -u 1000 stonks && \
|
||||||
chown -R stonks:stonks /app
|
chown -R stonks:stonks /app
|
||||||
|
|||||||
Reference in New Issue
Block a user