Fix port duplicate in container spec (#1223)

This commit is contained in:
Hang Yan
2019-12-29 11:32:33 +08:00
committed by GitHub
parent 25337eb82c
commit 0a2fa1a978
8 changed files with 17 additions and 13 deletions
-3
View File
@@ -229,9 +229,6 @@
],
"workingDir": "/code",
"ports": [
{
"containerPort": 3000
},
{
"containerPort": 3000
},
-3
View File
@@ -229,9 +229,6 @@
],
"workingDir": "/code",
"ports": [
{
"containerPort": 3000
},
{
"containerPort": 3000
},