Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ReikerXx
/
My
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Reaperxxxx
commited on
Jan 21, 2025
Commit
7360e58
·
verified
·
1 Parent(s):
6d139ca
Update start.sh
Browse files
Files changed (1)
hide
show
start.sh
+6
-0
start.sh
CHANGED
Viewed
@@ -1 +1,7 @@
1
node server.js
1
+
#!/bin/bash
2
+
3
+
# Print a message to indicate the app is starting
4
+
echo "Starting the application..."
5
+
6
+
# Start the Node.js application
7
node server.js