Update README.md
This commit is contained in:
parent
7276a673cc
commit
a339601ee4
@ -34,7 +34,14 @@ Main point of PVT Chat is to fix accord bugs and continue maintenance for said a
|
|||||||
mkdir -p assets/upload
|
mkdir -p assets/upload
|
||||||
```
|
```
|
||||||
5. In `backend` directory, configure `.env.example` and rename the file to `.env`
|
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
|
## Features
|
||||||
|
Loading…
x
Reference in New Issue
Block a user