From 3632a859f92371d5241dd32caebcd3db6358cf79 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Thu, 28 Dec 2023 08:21:55 +0100 Subject: [PATCH] Add all functions for architecture to work + for regular user flows, refactor and reformat issues, add boilerplate for loading jobs logic and extend search functionalities. --- entrypoint.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 300813101..a345bb207 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,12 +8,12 @@ if [ $? -ne 0 ]; then exit 1 fi -echo "Running create_database.py" -python cognitive_architecture/database/create_database.py -if [ $? -ne 0 ]; then - echo "Error: create_database.py failed" - exit 1 -fi +#echo "Running create_database.py" +#python cognitive_architecture/database/create_database.py +#if [ $? -ne 0 ]; then +# echo "Error: create_database.py failed" +# exit 1 +#fi # Start Gunicorn echo "Starting Gunicorn"