Commit aecf6d9
committed
fix(Dockerfile): update exposed ports and add env variable
Removed EXPOSE directive for port 8081, leaving only port 8080 exposed.
Added ASPNETCORE_HTTP_PORTS environment variable set to 8080 to
ensure the application listens on the correct port. This change
simplifies port configuration and aligns runtime behavior with
the Dockerfile.1 parent 4c55166 commit aecf6d9
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
0 commit comments