Skip to content

Commit 12e0f78

Browse files
lauritsenmledoze
authored andcommittedFeb 26, 2025
Add devcontainer
1 parent b9e9f8f commit 12e0f78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.devcontainer/devcontainer.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
3+
"features": {
4+
"ghcr.io/shyim/devcontainers-features/php:latest": {}
5+
},
6+
"mounts": [
7+
"source=${env:HOME}${env:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind"
8+
],
9+
"postCreateCommand": "composer install"
10+
}

0 commit comments

Comments
 (0)
Failed to load comments.