feat: implement typesense container
This commit is contained in:
parent
6d7905f6a0
commit
2db8c585ad
8 changed files with 73 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ RUN set -eux; \
|
|||
|
||||
COPY pyproject.toml poetry.lock /
|
||||
RUN set -eux; \
|
||||
poetry export --without-hashes > requirements.txt; \
|
||||
poetry export --without-hashes --extras typesense > requirements.txt; \
|
||||
poetry export --without-hashes --with dev > dev-requirements.txt;
|
||||
|
||||
FROM alpine:3.17 as builder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue