Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Trigger82
/
It
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Trigger82
commited on
Jun 1, 2025
Commit
38f9011
·
verified
·
1 Parent(s):
235a8e0
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+5
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
cd /app/levanter
3
+
npm install --legacy-peer-deps
4
+
pm2 start npm --name "whatsapp-bot" -- start --watch --restart-delay=5000
5
+
pm2 logs