We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6889991 commit 975268fCopy full SHA for 975268f
.devcontainer/Dockerfile
@@ -0,0 +1,2 @@
1
+
2
+FROM mcr.microsoft.com/devcontainers/typescript-node:22-bookworm
.devcontainer/devcontainer.json
@@ -0,0 +1,11 @@
+{
+ "build": {
3
+ "dockerfile": "Dockerfile",
4
+ "context": ".."
5
+ },
6
+ "features": {
7
+ "ghcr.io/defanglabs/devcontainer-feature/defang-cli:1.0.4": {},
8
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {},
9
+ "ghcr.io/devcontainers/features/aws-cli:1": {}
10
+ }
11
+}
0 commit comments