All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 1m23s
19 lines
No EOL
318 B
JSON
19 lines
No EOL
318 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "../Dockerfile",
|
|
"target": "dev"
|
|
},
|
|
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"ms-azuretools.vscode-docker"
|
|
]
|
|
}
|
|
},
|
|
|
|
"postStartCommand": "nginx",
|
|
|
|
"appPort": "8080:80"
|
|
} |