Skip to content

Commit

Permalink
chore(codescapes): avoid using Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jan 5, 2024
1 parent a849d8f commit 9d72d6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"build": { "dockerfile": "Dockerfile" }
"name": "ApiDOM Codespace",
"image": "mcr.microsoft.com/vscode/devcontainers/javascript-node:1-20-bookworm",
"postCreateCommand": "npm install --verbose",
"features": {
"ghcr.io/devcontainers-contrib/features/jshint:2": {}
}
}

0 comments on commit 9d72d6e

Please sign in to comment.