add dev container
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 1m23s
All checks were successful
Build and Push container / build_concierge_backend (push) Successful in 1m23s
This commit is contained in:
parent
7368fd7eac
commit
ce3d70e133
2 changed files with 31 additions and 1 deletions
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"build": {
|
||||
"dockerfile": "../Dockerfile",
|
||||
"target": "dev"
|
||||
},
|
||||
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"dbaeumer.vscode-eslint",
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"postStartCommand": "nginx",
|
||||
|
||||
"appPort": "8080:80"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue