Skip to content

Commit

Permalink
Merge pull request #45 from lexara-prime-ai/dev
Browse files Browse the repository at this point in the history
Updated <devcontainer> configuration.
  • Loading branch information
lexara-prime-ai authored Jun 7, 2024
2 parents f348a64 + ed5f2df commit 8d6954b
Showing 1 changed file with 28 additions and 24 deletions.
52 changes: 28 additions & 24 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
{
"name": "wspr_cdk_development_container",
"dockerFile": "Dockerfile",
"forwardPorts": [8000],
"postCreateCommand": "bash ./scripts/bash/entrypoint.sh",
"customizations": {
"vscode": {
"extensions": [
"ms-python.black-formatter",
"rust-lang.rust-analyzer",
"charliermarsh.ruff"
],
"settings": {
"editor.formatOnSave": true
}
}
},
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/terraform": {
"version": "latest"
}
"name": "wspr_cdk_development_container",
"build": {
"context": "..",
"dockerfile": "../Dockerfile"
},
"forwardPorts": [8000],
"postCreateCommand": "bash ./scripts/bash/entrypoint.sh",
"customizations": {
"vscode": {
"extensions": [
"ms-python.black-formatter",
"rust-lang.rust-analyzer",
"charliermarsh.ruff"
],
"settings": {
"editor.formatOnSave": true
}
}
},
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/terraform": {
"version": "latest"
}
}
}
}

0 comments on commit 8d6954b

Please sign in to comment.