 a0e812395f
			
		
	
	a0e812395f
	
	
	
		
			
			This change modifies the docker image so that it uses the scratch image instead of alpine. This is possible because the Vikunja binary is now entirely statically compiled, wich no dependencies on any system c libraries. This also changes the default path for the sqlite file in the docker image (breaking). When using sqlite in docker, the VIKUNJA_DATABASE_PATH config variable or the file mount must be changed to prevent data loss.
		
			
				
	
	
		
			16 lines
		
	
	
		
			168 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			168 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| files/
 | |
| dist/
 | |
| logs/
 | |
| docs/
 | |
| 
 | |
| Dockerfile
 | |
| docker-manifest.tmpl
 | |
| docker-manifest-unstable.tmpl
 | |
| *.db
 | |
| *.zip
 | |
| 
 | |
| # Frontend
 | |
| /frontend/node_modules/
 | |
| /frontend/.direnv
 | |
| /frontend/dist
 |