Update devcontainer.json

This commit is contained in:
Chuck Lantz
2020-04-08 18:00:32 -07:00
committed by GitHub
parent 3c8049bcbd
commit cf2b4d63bd

View File

@@ -37,6 +37,6 @@
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install -r requirements.txt",
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// Comment out to connect as root instead.
"remoteUser": "vscode"
}