Vu Minh Chien
Add app.py and requirements.txt to fix Hugging Face Space configuration
cd66431
raw
history blame contribute delete
397 Bytes
"""
Houzou Medical Notification Server
This is a Node.js server running via Docker.
This Python file is only here to satisfy Hugging Face Spaces requirements.
The actual server is in server.js and runs via Dockerfile.
"""
print("This is a Docker-based Node.js application.")
print("Please check the Dockerfile for the actual server configuration.")
print("The Node.js server runs on port 7860.")