move pipeline definition to ctrl/project.json (translator-driven)
This commit is contained in:
14
ctrl/project.json
Normal file
14
ctrl/project.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"images": [
|
||||||
|
{
|
||||||
|
"name": "unt/api",
|
||||||
|
"dockerfile": "ctrl/Dockerfile.api",
|
||||||
|
"context": "."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "unt/ui",
|
||||||
|
"dockerfile": "ctrl/Dockerfile.ui",
|
||||||
|
"context": "."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user