Update devcontainer.json
This commit is contained in:
		@@ -37,6 +37,6 @@
 | 
				
			|||||||
	// Use 'postCreateCommand' to run commands after the container is created.
 | 
						// Use 'postCreateCommand' to run commands after the container is created.
 | 
				
			||||||
	"postCreateCommand": "pip3 install -r requirements.txt",
 | 
						"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"
 | 
						"remoteUser": "vscode"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user