all: purge remaining elasticsearch artifacts

This commit is contained in:
Shyam Sunder
2020-03-07 22:17:51 -05:00
parent 6cc2a91632
commit 1a8de9ef3a
8 changed files with 27 additions and 87 deletions

View File

@ -23,8 +23,7 @@ RUN apk --no-cache add \
USER app
ENV POSTGRES_HOST=x \
POSTGRES_USER=x \
POSTGRES_PASSWORD=x \
ESEARCH_HOST=x
POSTGRES_PASSWORD=x
CMD ["pytest", "szurubooru/", \
"--cov-report=term-missing", "--cov=szurubooru", "--tb=short"]
EOF