Skip to content

Commit f5a0053

Browse files
authored
Merge pull request #88 from gsteel/Update-docker-compose-command
Fix docker compose command
2 parents a16c25d + d239daa commit f5a0053

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717

1818
- name: Build and run docker compose file
1919
run: |
20-
docker-compose up -d --build
21-
docker-compose run laminas echo "ok"
22-
20+
docker compose up -d --build
21+
docker compose run laminas echo "ok"

0 commit comments

Comments
 (0)