Skip to content

Commit

Permalink
Merge pull request #298 from DFE-Digital/devcontainer
Browse files Browse the repository at this point in the history
Add basic devcontainer config
  • Loading branch information
dalcJ committed May 3, 2024
2 parents 9fd0b82 + 3ea570a commit 644fbb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/boot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npm install
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {},
"postCreateCommand": ".devcontainer/boot.sh"
}

0 comments on commit 644fbb8

Please sign in to comment.