From 5aeda4635fbdb058c77fc8048c589ff26f6ef97e Mon Sep 17 00:00:00 2001 From: chimiana Date: Tue, 13 Dec 2022 04:59:02 +0000 Subject: [PATCH] Update to docker-compose for development section of README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 626d6ed45..b1c7940c2 100644 --- a/README.md +++ b/README.md @@ -143,10 +143,11 @@ pm2 start "NODE_ENV=production yarn start" --name Calckey [How to run Calckey with Docker](./docker-README.md). -### 🐳 Docker Compose +### 🐳 Docker Compose for Development + -Shorter version: ```sh +cd dev/ docker-compose build docker-compose run --rm web yarn run init docker-compose up -d