Skip to content

Commit 70f3922

Browse files
committed
fix
1 parent fcee695 commit 70f3922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: sudo docker rm $(sudo docker ps -aq) || true
2626

2727
- name: Build and start Docker containers
28-
run: sudo docker-compose up -d --build
28+
run: sudo docker compose up -d --build

0 commit comments

Comments
 (0)