From 770d975610eace41a254b34c60ff2382d21b2bcc Mon Sep 17 00:00:00 2001 From: Julien Recurt Date: Sun, 19 May 2024 20:44:42 +0200 Subject: [PATCH] Update DEVELOPMENT.md --- DEVELOPMENT.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index ef8afadea..4aeeadbc4 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -88,8 +88,6 @@ 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 -- __Install the project dependencies__ by running `pnpm i` -- __Build packages__ by running `pnpm build:localdocker` - __Build docker image from__ by running `docker build -t getontime/ontime` - __Run docker image from compose__ by running `docker-compose up -d`