We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db9c498 + f03e64c commit f86c9caCopy full SHA for f86c9ca
2 files changed
Dockerfile
@@ -22,4 +22,4 @@ COPY --from=builder --chown=nonroot:nonroot /app/ /app
22
ENV PATH="/app/.venv/bin:$PATH"
23
USER nonroot
24
WORKDIR /app/src
25
-CMD ["python", "-m", "sample_python_app.main"]
+CMD ["python", "-m", "python_response_time.main"]
pyproject.toml
@@ -31,6 +31,7 @@ checks = "python_response_time.pre_flight:run_checks"
31
32
[tool.semantic_release]
33
allow_version_zero = true
34
+major_on_zero = false
35
build_command = """
36
python -m pip install -e '.[build]'
37
uv lock --upgrade-package "$PACKAGE_NAME"
0 commit comments