Skip to content

Commit

Permalink
Update Dockerfile.test
Browse files Browse the repository at this point in the history
ufff i hope this works
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent b2e7de9 commit 93bef56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app

# Install dependencies (including coverage)
RUN pip install --no-cache-dir -r requirements.txt coverage
RUN pip install --no-cache-dir -r requirements.txt && pip install --no-cache-dir coverage

# Run Django tests with coverage
CMD ["sh", "-c", "coverage run manage.py test"]

0 comments on commit 93bef56

Please sign in to comment.