Update start.sh
Browse files
start.sh
CHANGED
|
@@ -11,8 +11,5 @@ git clone https://$GITHUB_TOKEN@github.com/reaperofssa/ChatNest.git /app
|
|
| 11 |
|
| 12 |
cd /app
|
| 13 |
|
| 14 |
-
echo "Installing dependencies..."
|
| 15 |
-
npm install cors express mongoose bcrypt axios socket.io body-parser form-data
|
| 16 |
-
|
| 17 |
echo "Starting server..."
|
| 18 |
node server.js
|
|
|
|
| 11 |
|
| 12 |
cd /app
|
| 13 |
|
|
|
|
|
|
|
|
|
|
| 14 |
echo "Starting server..."
|
| 15 |
node server.js
|