fixing docker command env reference test 1

This commit is contained in:
cody conder
2025-11-07 23:52:36 -06:00
parent 84c04fcce6
commit a3c4fda3b5

View File

@@ -35,7 +35,7 @@
"internalPort": 51515, "internalPort": 51515,
"addPorts": [ "addPorts": [
{"containerPort":51515, {"containerPort":51515,
"hostPort":${APP_PORT}, "hostPort":51200,
"tcp":true, "tcp":true,
"udp":false} "udp":false}
], ],