ci: copy root conftest.py into image for pytest profiling plugin

This commit is contained in:
Celes Renata
2026-04-19 18:44:25 +00:00
parent 318bc19a71
commit ed6c0a2ade
+1
View File
@@ -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