small devcontainer cleanup

This commit is contained in:
mrbwburns 2023-11-20 17:29:44 +01:00
parent 72b2e19ecf
commit 563154ba35

View File

@ -1,16 +1,14 @@
// For format details, see https://aka.ms/devcontainer.json.
{
"name": "Python 3",
"name": "Inkycal-dev",
"image": "python:3.9-bullseye",
// This is the settings.json mount
"mounts": ["source=/c/temp/settings_test.json,target=/boot/settings.json,type=bind,consistency=cached"],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.txt",
"postCreateCommand": "pip3 install --upgrade pip && pip3 install --user -r requirements.txt",
// We want to connect as root. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "root",
"customizations": {
"vscode": {
"extensions": [