My / start.sh
Reaperxxxx's picture
Update start.sh
7360e58 verified
Raw
History Blame Contribute Delete
145 Bytes
#!/bin/bash
# Print a message to indicate the app is starting
echo "Starting the application..."
# Start the Node.js application
node server.js