fix: use Python asyncpg migration runner instead of psql, remove postgresql-client from image

This commit is contained in:
Celes Renata
2026-04-19 22:54:01 +00:00
parent 4d2adaa9e5
commit 47f10cd3cf
3 changed files with 78 additions and 12 deletions
-1
View File
@@ -8,7 +8,6 @@ ENV PYTHONPATH=/app
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
libpq-dev \
postgresql-client \
curl \
&& rm -rf /var/lib/apt/lists/*