- Convert from Python 3.10 Flask app to Go 1.21 Alpine build - Add multi-stage Docker build for optimized production image - Create non-root user for security - Update health check for new port 8080 - Add comprehensive .dockerignore for Go project
		
			
				
	
	
		
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			131 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			No EOL
		
	
	
		
			131 B
		
	
	
	
		
			Text
		
	
	
	
	
	
.env
 | 
						|
.git
 | 
						|
.gitignore
 | 
						|
README.md
 | 
						|
Dockerfile
 | 
						|
.dockerignore
 | 
						|
.air.toml
 | 
						|
tmp/
 | 
						|
.vscode/
 | 
						|
.idea/
 | 
						|
*.log
 | 
						|
coverage.out
 | 
						|
rideaware-api |