File size: 336 Bytes
8cd625b
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Use the official pre-built image from the creator
FROM gyoridavid/short-video-maker:latest-tiny

# Set the port Hugging Face expects
ENV PORT=7860

# Your API keys (these will be overridden by Secrets, but set as fallback)
ENV PEXELS_API_KEY=placeholder

# Performance settings (already optimized in the tiny image)
ENV LOG_LEVEL=info