mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Debian docker image (#10227)
* Debian docker image - Swap from alpine to debian slim-trixie - Refactor Dockerfile - Optimize image size - Reduce @vitejs/plugin-react version * Remove commented-out lines * Ensure invoke is installed * Adjust Dockerfile * Actually build the python libs * Adjust dockerfile * Install git in dev image * Tweaks
This commit is contained in:
		| @@ -18,7 +18,7 @@ services: | ||||
|     # Use PostgreSQL as the database backend | ||||
|     # Note: This can be changed to a different backend if required | ||||
|     inventree-dev-db: | ||||
|         image: postgres:13 | ||||
|         image: postgres:17 | ||||
|         expose: | ||||
|             - 5432/tcp | ||||
|         environment: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user