mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-10-31 10:08:02 +00:00 
			
		
		
		
	docker-compose variables and setup
This commit is contained in:
		| @@ -32,9 +32,11 @@ def secret(length=16): | ||||
|  | ||||
| def build_app(path): | ||||
|  | ||||
|     #Hardcoded master as the only version for test purposes | ||||
|     versions = [ | ||||
|         version for version in os.listdir(path) | ||||
|         if os.path.isdir(os.path.join(path, version)) | ||||
|     #    version for version in os.listdir(path) | ||||
|     #    if os.path.isdir(os.path.join(path, version)) | ||||
|          "master" | ||||
|     ] | ||||
|  | ||||
|     app.jinja_env.trim_blocks = True | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ionut Filip
					Ionut Filip