fix(core): update
This commit is contained in:
parent
0aab639fbd
commit
7d20804986
@ -65,8 +65,8 @@ export class DockerService {
|
||||
const containerPort = portArray[1];
|
||||
ports.push({
|
||||
"Protocol": "tcp",
|
||||
"PublishedPort": containerPort,
|
||||
"TargetPort": hostPort
|
||||
"PublishedPort": parseInt(containerPort, 10),
|
||||
"TargetPort": parseInt(hostPort, 10)
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user