Skip to content

Commit

Permalink
Changed deprecated docker-compose to docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
maubreville committed Nov 15, 2024
1 parent 1537a51 commit 7d1ebed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build the Docker image
run: docker-compose -f docker-compose.yml up -d --build
run: docker compose -f docker-compose.yml up -d --build

0 comments on commit 7d1ebed

Please sign in to comment.