mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								# Production entry point for the frontend docker container
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# Web Server
							 | 
						||
| 
								 | 
							
								caddy start --config /app/Caddyfile
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								# Start Node Application
							 | 
						||
| 
								 | 
							
								yarn start -p 3001
							 |