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

View File

@@ -4,7 +4,7 @@ WORKDIR /app
COPY . /app
RUN apt-get update
RUN apt-get install libpq-dev
RUN apt-get install libpq-dev -y
RUN pip install --no-cache-dir -r requirements.txt