Spaces:
Sleeping
Sleeping
File size: 397 Bytes
cd66431 |
1 2 3 4 5 6 7 8 9 10 |
"""
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.") |