Skip to content

Commit 217cce3

Browse files
authored
docker-compose to docker compose
1 parent 03fa45b commit 217cce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ jobs:
66
steps:
77
- uses: actions/checkout@v2
88
- name: Build the develop stack
9-
run: docker-compose -f develop.yml build
9+
run: docker compose -f develop.yml build

0 commit comments

Comments
 (0)