fix: use Python asyncpg migration runner instead of psql, remove postgresql-client from image
This commit is contained in:
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user