Skip to content

Commit

Permalink
Update Dockerfile.test
Browse files Browse the repository at this point in the history
didnt give proper syntax for the CMD
  • Loading branch information
Garima Ketan Chauhan authored and GitHub Enterprise committed Apr 2, 2025
1 parent f03612f commit ca97fa1
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 @@ -11,4 +11,4 @@ COPY . /app
RUN pip install --no-cache-dir -r requirements.txt coverage

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

0 comments on commit ca97fa1

Please sign in to comment.