Update start_services.sh
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ fi
|
|||||||
|
|
||||||
if [ "$1" = "full" ]; then
|
if [ "$1" = "full" ]; then
|
||||||
# First start backend and wait for it to be healthy
|
# First start backend and wait for it to be healthy
|
||||||
echo "Full docker deployement. Starting backend service..."
|
echo "Full docker deployment. Starting backend service..."
|
||||||
if ! $COMPOSE_CMD up -d backend; then
|
if ! $COMPOSE_CMD up -d backend; then
|
||||||
echo "Error: Failed to start backend container."
|
echo "Error: Failed to start backend container."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user