| 
									
										
										
										
											2023-09-19 14:25:03 +02:00
										 |  |  | // For format details, see https://aka.ms/devcontainer.json.
 | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2023-09-19 14:52:24 +02:00
										 |  |  | 	"name": "Inkycal-dev", | 
					
						
							| 
									
										
										
										
											2023-09-19 14:25:03 +02:00
										 |  |  | 	"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.
 | 
					
						
							| 
									
										
										
										
											2023-09-19 14:52:24 +02:00
										 |  |  | 	"postCreateCommand": "pip3 install --upgrade pip && pip3 install --user -r requirements.txt", | 
					
						
							| 
									
										
										
										
											2023-09-19 14:25:03 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	"customizations": { | 
					
						
							|  |  |  | 		"vscode": { | 
					
						
							|  |  |  | 			"extensions": [ | 
					
						
							|  |  |  | 				"ms-python.python" | 
					
						
							|  |  |  | 			] | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } |