Skip to content

Commit

Permalink
chore: init my repo with devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatdas0790 authored Sep 25, 2024
1 parent aa7ae06 commit a67bdf2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM mcr.microsoft.com/vscode/devcontainers/base

RUN sudo apt update && sudo apt --yes full-upgrade
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"build": {
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/node:1": {}
},
"postCreateCommand": {},
"postStartCommand": {}
}

0 comments on commit a67bdf2

Please sign in to comment.