mirror of
				https://github.com/kevinveenbirkenbach/homepage.veen.world.git
				synced 2025-10-31 15:39:02 +00:00 
			
		
		
		
	
			
				
					
						
					
					d1bbecd71b9bf4d6d53c95d196ccdf011b6a6c04
				
			
			
		
	Landingpage
Access
Locale
Administrate Docker
Stop and Destroy
docker stop landingpage
docker rm landingpage
Build
docker build -t application-landingpage .
Run
Run Development Environment
docker run -d -p 5000:5000 --name landingpage -v $(pwd)/app/:/app -e FLASK_APP=app.py -e FLASK_ENV=development application-landingpage
Run Production Environment
docker run -d -p 5000:5000 --name landingpage application-landingpage
Debug
docker logs -f landingpage
Author
This software was created from Kevin Veen-Birkenbach with the help of ChatGPT
					Languages
				
				
								
								
									JavaScript
								
								57.1%
							
						
							
								
								
									Python
								
								19.6%
							
						
							
								
								
									Jinja
								
								14.7%
							
						
							
								
								
									CSS
								
								6%
							
						
							
								
								
									Makefile
								
								2.3%
							
						
							
								
								
									Other
								
								0.3%