Skip to content

Commit

Permalink
Fix bug in test docker compose and add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Monfort committed Sep 10, 2024
1 parent 6479346 commit 43ebaa4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/functional/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ services:
image: "ghcr.io/bsc-dom/dataclay:dev"
# NOTE: Comment the *build* section for faster testing. It will use the image from the registry.
# Rebuilding is necessary when changing the project dependencies.
# build:
# context: ../../
# dockerfile: Dockerfile.dev
# WARNING: Don't commit the commented *build* section. It will break the GitHub Actions CI/CD pipeline.
build:
context: ../../
dockerfile: Dockerfile.dev
depends_on:
- redis
ports:
Expand Down

0 comments on commit 43ebaa4

Please sign in to comment.