forked from AkkomaGang/akkoma
add DB restart to docker file
This commit is contained in:
parent
66f913355a
commit
deba1d25f5
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ git pull
|
||||||
./docker-resources/manage.sh mix deps.get
|
./docker-resources/manage.sh mix deps.get
|
||||||
./docker-resources/manage.sh mix compile
|
./docker-resources/manage.sh mix compile
|
||||||
./docker-resources/manage.sh mix ecto.migrate
|
./docker-resources/manage.sh mix ecto.migrate
|
||||||
docker-compose restart akkoma
|
docker-compose restart akkoma db
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Further reading
|
#### Further reading
|
||||||
|
|
Loading…
Reference in a new issue