Update README.md

This commit is contained in:
Lisa 2025-03-21 19:07:53 +01:00
parent 7276a673cc
commit a339601ee4

View File

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