try fix
This commit is contained in:
parent
b1d17ac407
commit
c3154a6734
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ IMAGE_NAME=${image_name:-promethai-${STAGE}-promethai-backend-memory}
|
||||||
|
|
||||||
REPO_NAME="${AWS_REPOSITORY}/${IMAGE_NAME}"
|
REPO_NAME="${AWS_REPOSITORY}/${IMAGE_NAME}"
|
||||||
FULL_IMAGE_NAME="${REPO_NAME}:${VERSION}"
|
FULL_IMAGE_NAME="${REPO_NAME}:${VERSION}"
|
||||||
APP_DIR=${app_dir:-"./level_2/"} # Updated this line
|
APP_DIR=${app_dir:-"/level_2/"} # Updated this line
|
||||||
|
|
||||||
PUBLISH=${publish:-false}
|
PUBLISH=${publish:-false}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue