Skip to content

Commit 9af528b

Browse files
Ismael CruzIsmael Cruz
authored andcommitted
update docker compose command
1 parent 5637278 commit 9af528b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
# TODO this should be enhanced to use a buildx bake to leverage layer caching for faster builds, or push to repo and simply have a pull for the run
8282
# TODO docker-compose files should be refactored to use scopes instead of different versions for each environment
8383
echo "Starting docker containers for dbs and server ..."
84-
docker-compose pull
85-
docker-compose up -d --build datadb recipedb server chat
84+
docker compose pull
85+
docker compose up -d --build datadb recipedb server chat
8686
8787
# TODO: For some reason, maybe buildkit, in Github docker compose builds the image differently, and it doesn't work. Individual image build works.
8888
docker build --build-arg OPENAI_API_KEY=$ASSISTANTS_API_KEY \

0 commit comments

Comments
 (0)