Update devcontainer.json
This commit is contained in:
		@@ -20,10 +20,7 @@
 | 
				
			|||||||
	// Use 'forwardPorts' to make a list of ports inside the container available locally.
 | 
						// Use 'forwardPorts' to make a list of ports inside the container available locally.
 | 
				
			||||||
	// "forwardPorts": [],
 | 
						// "forwardPorts": [],
 | 
				
			||||||
	// Use 'postCreateCommand' to run commands after the container is created.
 | 
						// Use 'postCreateCommand' to run commands after the container is created.
 | 
				
			||||||
	"postCreateCommand": [
 | 
						"postCreateCommand": "cp .env.template .env && pnpm install",
 | 
				
			||||||
		"cp .env.template .env ",
 | 
					 | 
				
			||||||
		"pnpm install"
 | 
					 | 
				
			||||||
	],
 | 
					 | 
				
			||||||
	// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
 | 
						// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
 | 
				
			||||||
	"remoteUser": "node",
 | 
						"remoteUser": "node",
 | 
				
			||||||
	"features": {
 | 
						"features": {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user