Skip to content

Commit

Permalink
Merge pull request #88 from gsteel/Update-docker-compose-command
Browse files Browse the repository at this point in the history
Fix docker compose command
  • Loading branch information
gsteel authored Oct 16, 2024
2 parents a16c25d + d239daa commit f5a0053
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ jobs:

- name: Build and run docker compose file
run: |
docker-compose up -d --build
docker-compose run laminas echo "ok"
docker compose up -d --build
docker compose run laminas echo "ok"

0 comments on commit f5a0053

Please sign in to comment.