Skip to content

Commit

Permalink
fix: devcontainer.json indent
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee322 committed Dec 3, 2023
1 parent 184c43c commit 3926bf6
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
{
"dockerComposeFile": "docker-compose.yml",
"service": "devcontainer",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"forwardPorts": [4000],
"customizations": {
"vscode": {
"extensions": [
]
}
},
"portsAttributes": {
"4000": {
"label": "api-server"
}
}
"dockerComposeFile": "docker-compose.yml",
"service": "devcontainer",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"forwardPorts": [4000],
"portsAttributes": {
"4000": {
"label": "api-server"
}
}
}

0 comments on commit 3926bf6

Please sign in to comment.