Spaces:
Sleeping
Sleeping
""" | |
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.") |