diff --git a/README.md b/README.md index 30ad285f..45661514 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,14 @@ Main point of PVT Chat is to fix accord bugs and continue maintenance for said a mkdir -p assets/upload ``` 5. In `backend` directory, configure `.env.example` and rename the file to `.env` - +6. In `frontend/env` directory, configure `.env.dev` and `.env.prod` file. +7. To run application in dev or production mode move back to project root directory and type: + ``` + # for development + docker-compose -f docker-compose.dev.yml up + # for production + docker-compose -f docker-compose.prod.yml up + # use -d tag to run it in the background --- ## Features