Add download_dump endpoint

This commit is contained in:
2022-08-21 14:15:25 +03:00
parent eb9cf2fe29
commit 0d252fc532
8 changed files with 109 additions and 62 deletions

View File

@@ -1,5 +1,9 @@
FROM ghcr.io/kurbezz/base_docker_images:3.10-postgres-asyncpg-poetry-buildtime as build-image
RUN apt-get update \
&& apt-get install git -y --no-install-recommends \
&& rm -rf /var/cache/*
WORKDIR /root/poetry
COPY pyproject.toml poetry.lock /root/poetry/