Commit c41b627
committed
fix(Dockerfile): correct project file path in publish command
- Updates the path for the project file in the Dockerfile from a relative path to the absolute path for the dotnet publish command.
- Ensures successful build and publish of the application during Docker image creation.1 parent eefa0c7 commit c41b627
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments