Commit 12e92ed
authored
MPT-16776: improve Dockerfile, Makefile, README and compose.yaml (#13)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
Closes [MPT-16776](https://softwareone.atlassian.net/browse/MPT-16776)
- README.md: Updated documentation for make targets — `make check-all`
description changed to "run checks and tests" (removed mention of
formatting).
- Makefile: Clarified help text for `make check-all`; updated `test`
target to pass a default "." to pytest when no args are provided (uses
$(if $(args),$(args),.)).
- compose.yaml: Removed explicit `container_name: mpt_tool` from the
`app` service so Docker Compose will auto-generate container names.
- Dockerfile: Base stage now copies `README.md` alongside
`pyproject.toml` and `uv.lock`; minor whitespace/ordering adjustments in
build-stage COPY/RUN steps.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
[MPT-16776]:
https://softwareone.atlassian.net/browse/MPT-16776?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ4 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
0 commit comments