Commit 0dbfb0b
committed
Fix Dockerfile paths and ENTRYPOINT case consistency
Updated `RUN dotnet restore` in both `Dockerfile.Linux` and
`Dockerfile.Windows` to use the correct path for `Console.csproj`.
Modified `ENTRYPOINT` commands to reference `console.dll` in
lowercase for case consistency. Adjusted `RUN dotnet publish`
commands for consistent build configuration and output paths.
These changes enhance the reliability of the Docker build process
across Linux and Windows environments.
#761 parent e8e0a20 commit 0dbfb0b
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
0 commit comments