We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb102c commit 3f5d43bCopy full SHA for 3f5d43b
.github/workflows/main.yml
@@ -26,6 +26,6 @@ jobs:
26
git fetch
27
git stash
28
git merge '@{u}'
29
- docker compose build
30
- docker compose up -d
+ docker-compose build
+ docker-compose up -d
31
EOF
0 commit comments