Update to docker-compose for development section of README

This commit is contained in:
chimiana 2022-12-13 04:59:02 +00:00 committed by Gitea
parent badaf77657
commit 5aeda4635f

View file

@ -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