Skip to content

Commit

Permalink
Merge pull request #1384 from AndyTWF/dev-devcontainer
Browse files Browse the repository at this point in the history
dev: add devcontainer.json
  • Loading branch information
AndyTWF authored Aug 28, 2023
2 parents 7757a27 + c57dedd commit 3595dfb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// https://aka.ms/devcontainer.json
{
"name": "UKCP PHP Dev",
"dockerComposeFile": [
"../docker-compose.yml"
],
"service": "web",
"workspaceFolder": "/var/www/ukcp",
"settings": {},
"extensions": [],
"remoteUser": "www"
// "forwardPorts": [],
// "runServices": [],
// "shutdownAction": "none",
}

0 comments on commit 3595dfb

Please sign in to comment.