Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ksugden authored Nov 22, 2024
1 parent 8aeeb87 commit 59b9c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN poetry install --no-root
HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -f http://localhost/ || exit 1

CMD ["poetry", "run", "pytest"]
CMD ["poetry", "run", "pytest"]

0 comments on commit 59b9c31

Please sign in to comment.