From e6d5a0ca8d8e07e252d5c85377ca23b1359ea004 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Wed, 8 Sep 2021 12:16:25 +0200 Subject: [PATCH] Fix linter error [skip ci] --- doc/DEPLOYMENT.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DEPLOYMENT.rst b/doc/DEPLOYMENT.rst index f94f949a..acf36f19 100644 --- a/doc/DEPLOYMENT.rst +++ b/doc/DEPLOYMENT.rst @@ -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