From 2045150d633a0b0ed99c31d59c96caa4d1f67f0c Mon Sep 17 00:00:00 2001 From: redowan Date: Sun, 22 Oct 2023 02:34:08 +0200 Subject: [PATCH] Nit, closes #273 --- README.md | 6 +++--- scripts/health_check.sh | 0 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 scripts/health_check.sh diff --git a/README.md b/README.md index 4d6b67a..d026de7 100755 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ is similar to what you'd get with Flask's [Blueprint][blueprint]. - To run the app using Docker, make sure you've got [Docker][docker] installed on your system. From the project's root directory, run: - ```sh - docker compose up -d - ``` + ```sh + docker compose up -d + ``` ### Or, run the app locally diff --git a/scripts/health_check.sh b/scripts/health_check.sh deleted file mode 100644 index e69de29..0000000