Skip to content

Commit cc624f2

Browse files
author
Eugene Leonovich
committed
Update README.md
1 parent 87e591b commit cc624f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ $total = $queue->statistics('tasks', 'total');
220220
The easiest way to run tests is with Docker. First, build an image using the [dockerfile.sh](dockerfile.sh) generator:
221221

222222
```sh
223-
$ docker build -t queue .
223+
$ ./dockerfile.sh | docker build -t queue -
224224
```
225225

226226
Then run Tarantool instance (needed for integration tests):

0 commit comments

Comments
 (0)