Skip to content

Commit 6fd8d85

Browse files
Update README.md
1 parent cb9f89b commit 6fd8d85

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Open-source **[Flask Dashboard](https://appseed.us/admin-dashboards/flask)** gen
66

77
> Features
88
9-
- Up-to-date [dependencies](./requirements.txt): **Flask 2.0.1**
9+
- `Up-to-date dependencies`: **Flask 2.0.1**
1010
- DBMS: SQLite, PostgreSQL (production)
11-
- DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
11+
- `DB Tools`: SQLAlchemy ORM, Flask-Migrate (schema migrations)
1212
- Modular design with **Blueprints**, simple codebase
1313
- Session-Based authentication (via **flask_login**), Forms validation
14-
- Deployment scripts: Docker, Gunicorn / Nginx, Heroku
14+
- `Deployment`: **Docker**, Gunicorn / Nginx, Heroku
1515
- Support via **Github** and [Discord](https://discord.gg/fZC6hup).
1616

1717
<br />
@@ -36,9 +36,7 @@ $ cd flask-gradient-able
3636
> Start the app in Docker
3737
3838
```bash
39-
$ docker-compose pull # download dependencies
40-
$ docker-compose build # local set up
41-
$ docker-compose up -d # start the app
39+
$ docker-compose up --build
4240
```
4341

4442
Visit `http://localhost:85` in your browser. The app should be up & running.

0 commit comments

Comments
 (0)