Fix linter error [skip ci]

This commit is contained in:
Reuben Morais 2021-09-08 12:16:25 +02:00
parent 738874fb6f
commit e6d5a0ca8d

View File

@ -164,13 +164,13 @@ Before building, make sure that git submodules have been initialised:
git submodule sync
git submodule update --init
Then build with:
.. code-block:: bash
docker build . -f Dockerfile.build -t stt-image
You can then use stt inside the Docker container:
.. code-block:: bash