mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 18:23:18 -04: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 |