Spaces:
Build error
Build error
fix build path
Browse files- entrypoint.sh +1 -1
entrypoint.sh
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
mongod &
|
| 5 |
|
| 6 |
# Start the chat-ui process
|
| 7 |
-
pm2 start /app/build/index.js -i $CPU_CORES --no-daemon &
|
| 8 |
|
| 9 |
# Wait for any process to exit
|
| 10 |
wait -n
|
|
|
|
| 4 |
mongod &
|
| 5 |
|
| 6 |
# Start the chat-ui process
|
| 7 |
+
pm2 start /app/chat-ui/build/index.js -i $CPU_CORES --no-daemon &
|
| 8 |
|
| 9 |
# Wait for any process to exit
|
| 10 |
wait -n
|