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 75d4c2d commit 9e1af0cCopy full SHA for 9e1af0c
bin/bootstrap
@@ -3,4 +3,4 @@ set -e
3
4
echo '== Building containers =='
5
docker pull lambci/lambda:build-ruby2.7
6
-docker-compose build
+docker compose build
bin/console
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
-docker-compose run \
+docker compose run \
lambdakiqgem \
./bin/_console
bin/setup
./bin/_setup
bin/test
@@ -3,6 +3,6 @@ set -e
export RAILS_ENV="test"
7
8
./bin/_test
0 commit comments