Merge branch 'main' into weather_scaling

This commit is contained in:
mrbwburns
2023-11-26 17:16:03 +01:00
committed by GitHub
50 changed files with 1360 additions and 894 deletions

View File

@@ -1,10 +1,11 @@
// For format details, see https://aka.ms/devcontainer.json.
{
"name": "Inkycal-dev",
"build": {
"build": {
"dockerfile": "Dockerfile",
"target": "development"
},
},
// This is the settings.json mount
"mounts": ["source=/c/temp/settings_test.json,target=/boot/settings.json,type=bind,consistency=cached"],