Use dev image for testing

This commit is contained in:
Uku Taht 2020-10-01 11:14:51 +03:00
parent c0fcca12ac
commit 2229a63ee4
1 changed files with 1 additions and 4 deletions

View File

@ -25,10 +25,7 @@ services:
- 8123:8123
plausible:
#image: plausible/analytics
build:
context: ../plausible
dockerfile: ./Dockerfile
image: plausible/analytics:dev
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
depends_on:
- plausible_db