This commit is contained in:
2025-01-25 16:17:42 -03:00
parent b4d9564a65
commit 29175590ef
2 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ FROM python:3.12.8-slim-bullseye
WORKDIR /app
COPY . /app
RUN apt-get update
RUN apt-get install libpq-dev
RUN pip install --no-cache-dir -r requirements.txt