From e4115e57814329227ac3a3eb31d00d22f879e2b3 Mon Sep 17 00:00:00 2001 From: Ryan Smith <1578766+ryan3E0@users.noreply.github.com> Date: Tue, 18 Feb 2020 09:23:00 -0500 Subject: [PATCH] Fix markdown and missing command in rails data_updates:run (#6135) --- docs/installation/docker.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index da18a4dfb..1f08679e4 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -99,6 +99,7 @@ Please execute the script itself to view all additional options: Data update scripts need to be run before you can start the application. Please run rake data_updates:run (RuntimeError) ``` run the following command: - ```sh - docker-compose run web data_updates:run + + ```shell + docker-compose run web rails data_updates:run ```