Update README and Add Makefile

This commit is contained in:
Andros Fenollosa
2021-04-01 09:58:13 +02:00
parent 17e952bdbd
commit afd6711f64
2 changed files with 35 additions and 3 deletions

View File

@ -20,7 +20,6 @@ gulp dev
## Change path templates
In `settings.py`.
``` python
@ -50,7 +49,7 @@ Update `DIRS`.
# Run development
``` sh
docker-compose -f docker-compose.dev.yaml up
make run.server
```
Now open:
@ -74,7 +73,7 @@ docker exec -it api_django_1 bash
# Run production
``` sh
docker-compose up -d
docker-compose -f docker-compose.pro.yaml up
```
Open `https://domain.com`.