Update for web_push.gen.keypair

This commit is contained in:
angristan 2018-12-09 14:21:39 +01:00
parent 22a11019e6
commit fbfa9f2172

View file

@ -130,6 +130,12 @@ Setup the database:
docker-compose run --rm web mix ecto.migrate docker-compose run --rm web mix ecto.migrate
``` ```
Get your web push keys and copy them to `secret.exs`:
```
docker-compose run --rm web mix web_push.gen.keypair
```
You can now launch your instance: You can now launch your instance:
```sh ```sh