All checks were successful
Build And Test / build-and-push (push) Successful in 1m46s
13 lines
180 B
Markdown
13 lines
180 B
Markdown
# msa-django-blog
|
|
|
|
## dev run server
|
|
|
|
```bash
|
|
python3 manage.py runserver 0.0.0.0:8800
|
|
```
|
|
|
|
### blog
|
|
|
|
```bash
|
|
gunicorn auth_prj.wsgi:application --bind 0.0.0.0:8800 --workers 3
|
|
``` |