aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joseph Garrone <[email protected]>2024-06-27 11:25:29 +0200
committerGravatar Joseph Garrone <[email protected]>2024-06-27 11:25:29 +0200
commitc80ff3db655d7391b27f922cceb05932391b55ef (patch)
tree71cdc7b538453b93d3dca0d570185ad9052e2859
parentRemove the terms (diff)
Remove devcontainer since it does not work with start-keycloak
-rw-r--r--.devcontainer/devcontainer.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
deleted file mode 100644
index ba1457b..0000000
--- a/.devcontainer/devcontainer.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "Keycloakify Starter Devcontainer",
- "image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
- "features": {
- "ghcr.io/devcontainers/features/docker-in-docker:2": {
- "moby": true,
- "installDockerBuildx": true,
- "version": "latest",
- "dockerDashComposeVersion": "none"
- },
- "ghcr.io/devcontainers-contrib/features/maven-sdkman:2": {
- "version": "latest",
- "jdkVersion": "latest",
- "jdkDistro": "ms"
- }
- },
- "postCreateCommand": "yarn install",
- "customizations": {
- "vscode": {
- "extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
- }
- }
-}