Add missing command in README

This commit is contained in:
Patrick Jentsch 2020-07-20 14:08:12 +02:00
parent 5949c9997a
commit 4b42b05dcf

View File

@ -46,6 +46,8 @@ username@hostname:~$ <YOUR EDITOR> .env
username@hostname:~$ cp docker-compose.override.yml.tpl docker-compose.override.yml
# Tweak the docker-compose.override.yml to satisfy your needs.
username@hostname:~$ <YOUR EDITOR> docker-compose.override.yml
# Create database tables
username@hostname:~$ docker-compose run --rm web flask db init
```
#### Configuration variables in detail