# 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