diff --git a/deploy_images.sh b/deploy_images.sh index df4360f..648d6ba 100755 --- a/deploy_images.sh +++ b/deploy_images.sh @@ -6,7 +6,7 @@ tag=$1 echo "[INFO] Tag received from Python: $tag" -# echo "[INFO] Updating everything the remote..." +echo "[INFO] Updating everything the remote..." git submodule update --recursive --remote echo "[INFO] Pushing AI image with tag: $tag..." diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml index f6d8386..932f381 100755 --- a/docker-compose-dev.yml +++ b/docker-compose-dev.yml @@ -174,8 +174,8 @@ services: - ./cope2n-api:/app working_dir: /app - # command: sh -c "celery -A fwd_api.celery_worker.worker worker -l INFO -c 5" - command: bash -c "tail -f > /dev/null" + command: sh -c "celery -A fwd_api.celery_worker.worker worker -l INFO -c 5" + # command: bash -c "tail -f > /dev/null" # Back-end persistent db-sbt: