Skip to content

Commit

Permalink
Merge pull request #48 from janash/fix/docs
Browse files Browse the repository at this point in the history
fix slight typo in docs
  • Loading branch information
janash authored Aug 23, 2023
2 parents 141ffc0 + 06ce978 commit f885cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer_guide/environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can run the app using a minimal data set by running the "testing app".

.. code-block:: shell
docker-compose -f docker-compose.test.yml
docker-compose -f docker-compose.test.yml up
To run the app in the background, you can add the argument `--detach` to the command above.
After running the command, you should be able to navigate to ``http://localhost`` in your browser and see
Expand Down

0 comments on commit f885cda

Please sign in to comment.