From 17521eb0d73a3b4b19259fcab4383f1663ebcc1a Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Thu, 28 Nov 2024 22:59:37 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d2efaccbbfb..da6b3c7cfd1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,11 +1,13 @@ { "name": "PHP & SQLite", - "workspaceFolder": "/workspace", "image": "ghcr.io/asbiin/devcontainers/php:8.2", // 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"