Skip to content

Commit

Permalink
omit hyphen in docker-comoose
Browse files Browse the repository at this point in the history
  • Loading branch information
d-w-moore committed Mar 19, 2024
1 parent 3b2767e commit 5e7dd66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-the-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Stop containers
if: always()
run: docker-compose -f harness-docker-compose.yml down
run: docker compose -f harness-docker-compose.yml down
4 changes: 2 additions & 2 deletions docker-testing/start_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cd "${DIR}"
echo "python_version=${PYTHON_VERSION}" >.env
echo "repo_external=$(./print_repo_root_location)" >>.env

docker-compose -f harness-docker-compose.yml build $*
docker-compose -f harness-docker-compose.yml up -d
docker compose -f harness-docker-compose.yml build $*
docker compose -f harness-docker-compose.yml up -d

0 comments on commit 5e7dd66

Please sign in to comment.