ci: COPY tests/ into service images for inttest seed_sandbox

This commit is contained in:
Celes Renata
2026-04-19 18:22:38 +00:00
parent 330f885822
commit 318bc19a71
+1
View File
@@ -17,6 +17,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY services/ /app/services/ COPY services/ /app/services/
COPY tests/ /app/tests/
RUN useradd -m -u 1000 stonks && \ RUN useradd -m -u 1000 stonks && \
chown -R stonks:stonks /app chown -R stonks:stonks /app