From e6aa7404f726012048e472602cd88475508484ae Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Wed, 4 Dec 2024 15:39:52 +0100 Subject: [PATCH] chore: correct documentation --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2d887d0b7..6a4a5d7a0 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -91,7 +91,7 @@ While it should allow for a generic setup, it might need to be modified to fit y From the project root, run the following commands -- __Build docker image from__ by running `docker build -t getontime/ontime` +- __Build docker image from__ by running `docker build -t getontime/ontime .` - __Run docker image from compose__ by running `docker-compose up -d` Other useful commands