Skip to content

Commit f86c9ca

Browse files
authored
fix: update CMD in Dockerfile and adjust major_on_zero in pyproject.toml
fix: update CMD in Dockerfile and adjust major_on_zero in pyproject.toml
2 parents db9c498 + f03e64c commit f86c9ca

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ COPY --from=builder --chown=nonroot:nonroot /app/ /app
2222
ENV PATH="/app/.venv/bin:$PATH"
2323
USER nonroot
2424
WORKDIR /app/src
25-
CMD ["python", "-m", "sample_python_app.main"]
25+
CMD ["python", "-m", "python_response_time.main"]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ checks = "python_response_time.pre_flight:run_checks"
3131

3232
[tool.semantic_release]
3333
allow_version_zero = true
34+
major_on_zero = false
3435
build_command = """
3536
python -m pip install -e '.[build]'
3637
uv lock --upgrade-package "$PACKAGE_NAME"

0 commit comments

Comments
 (0)