Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoIsALie authored Apr 25, 2024
1 parent 268681d commit 357a3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends git
COPY tests/requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt

COPY services/ services/
COPY tests/backend /src/tests/backend

CMD ["pytest", "tests/backend", "-sv", "-m", "regression"]

0 comments on commit 357a3b5

Please sign in to comment.