We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558c13b commit 9687362Copy full SHA for 9687362
1 file changed
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Build and run with docker-compose
13
run: |
14
cd one
15
- docker-compose up --build -d
+ docker compose up --build -d
16
docker ps
17
sleep 10
18
0 commit comments