Update to docker-compose for development section of README
This commit is contained in:
parent
772c117760
commit
cfc604565c
1 changed files with 3 additions and 2 deletions
|
@ -143,10 +143,11 @@ pm2 start "NODE_ENV=production yarn start" --name Calckey
|
||||||
|
|
||||||
[How to run Calckey with Docker](./docker-README.md).
|
[How to run Calckey with Docker](./docker-README.md).
|
||||||
|
|
||||||
### 🐳 Docker Compose
|
### 🐳 Docker Compose for Development
|
||||||
|
|
||||||
|
|
||||||
Shorter version:
|
|
||||||
```sh
|
```sh
|
||||||
|
cd dev/
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker-compose run --rm web yarn run init
|
docker-compose run --rm web yarn run init
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|
Loading…
Reference in a new issue