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 87e591b commit cc624f2Copy full SHA for cc624f2
README.md
@@ -220,7 +220,7 @@ $total = $queue->statistics('tasks', 'total');
220
The easiest way to run tests is with Docker. First, build an image using the [dockerfile.sh](dockerfile.sh) generator:
221
222
```sh
223
-$ docker build -t queue .
+$ ./dockerfile.sh | docker build -t queue -
224
```
225
226
Then run Tarantool instance (needed for integration tests):
0 commit comments