ci: COPY tests/ into service images for inttest seed_sandbox
This commit is contained in:
@@ -17,6 +17,7 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY services/ /app/services/
|
||||
COPY tests/ /app/tests/
|
||||
|
||||
RUN useradd -m -u 1000 stonks && \
|
||||
chown -R stonks:stonks /app
|
||||
|
||||
Reference in New Issue
Block a user