fix type located in postCreateCommand in devcontainers.json
This commit is contained in:
		
							parent
							
								
									ab07adb14f
								
							
						
					
					
						commit
						f2a915700c
					
				| @ -26,7 +26,7 @@ | ||||
| 	// Use 'forwardPorts' to make a list of ports inside the container available locally. | ||||
| 	"forwardPorts": [3000, 3001], | ||||
| 	// Use 'postCreateCommand' to run commands after the container is created. | ||||
| 	"postCreateCommand": "cp apps/api/.env.example pps/api/.env && pnpm install && pnpm db:push && pnpm db:seed", | ||||
| 	"postCreateCommand": "cp apps/api/.env.example apps/api/.env && pnpm install && pnpm db:push && pnpm db:seed", | ||||
| 	// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. | ||||
| 	"remoteUser": "node", | ||||
| 	"features": { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user