Files
monica/.devcontainer/devcontainer.json
T

15 lines
446 B
JSON

{
"name": "PHP & SQLite",
"image": "ghcr.io/asbiin/devcontainers/php:8.3",
// For use with PHP or Apache (e.g.php -S localhost:8080 or apache2ctl start)
"forwardPorts": [8080],
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {}
},
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": ".devcontainer/postCreate.sh",
"postStartCommand": ".devcontainer/postStart.sh"
}