adds devcontainer with docker

This commit is contained in:
2026-06-14 18:53:28 +00:00
parent 5f0d8511d2
commit b41371944d
3 changed files with 40 additions and 2 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{
"name": "Guardian Newscast Pipeline",
"build": {
"dockerfile": "Dockerfile"
"dockerfile": "Dockerfile",
"context": ".."
},
"forwardPorts": [8080],
"portsAttributes": {