docker: bug conexão com db

This commit is contained in:
2025-04-15 11:04:05 -03:00
parent 0a47948aea
commit 81e6d3f8df
3 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN python gestaoRaul/manage.py collectstatic --noinput
RUN python gestaoRaul/manage.py makemigrations --noinput
WORKDIR /app/gestaoRaul