mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Add download_dump endpoint
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user