mirror of
https://github.com/correl/docker-pleroma.git
synced 2024-11-23 11:09:55 +00:00
Need to build a second time (#6)
After the `secret.exs` file is updated with the correct push keys, it needs to be included in the image.
This commit is contained in:
parent
3489ad0926
commit
c65299c863
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -122,7 +122,7 @@ docker-compose build
|
|||
docker build -t pleroma .
|
||||
```
|
||||
|
||||
I prefer the later because it's more verbose.
|
||||
I prefer the latter because it's more verbose.
|
||||
|
||||
Setup the database:
|
||||
|
||||
|
@ -136,6 +136,14 @@ Get your web push keys and copy them to `secret.exs`:
|
|||
docker-compose run --rm web mix web_push.gen.keypair
|
||||
```
|
||||
|
||||
You will need to build the image again, to pick up your updated `secret.exs` file:
|
||||
|
||||
```
|
||||
docker-compose build
|
||||
# or
|
||||
docker build -t pleroma .
|
||||
```
|
||||
|
||||
You can now launch your instance:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue