# Pull the Docker image from Docker HubFROM sada07/brand_recognition:latest
# (Optional) Expose the port if needed for Hugging Face to access itEXPOSE5000RUNmkdir -p /app/logs && chmod -R 777 /app/logs# Start the Flask applicationCMD ["python", "app.py"]