forked from LaconicNetwork/kompose
Fix port duplicate in container spec (#1223)
This commit is contained in:
@@ -229,9 +229,6 @@
|
||||
],
|
||||
"workingDir": "/code",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 3000
|
||||
},
|
||||
{
|
||||
"containerPort": 3000
|
||||
},
|
||||
|
||||
@@ -229,9 +229,6 @@
|
||||
],
|
||||
"workingDir": "/code",
|
||||
"ports": [
|
||||
{
|
||||
"containerPort": 3000
|
||||
},
|
||||
{
|
||||
"containerPort": 3000
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user