Skip to content

Commit

Permalink
Update cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Dec 2, 2024
1 parent 41ed5ba commit 2f64ade
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/tests/integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ COPY ./tests/integration /app/tests/integration
ENV PYTHONPATH=/app

ENTRYPOINT []
CMD ["pytest", "-s", "/app/tests/integration", "--ignore=/app/tests/integration/multitenant_tests"]
# let caller specify the command
CMD ["tail", "-f", "/dev/null"]

0 comments on commit 2f64ade

Please sign in to comment.