Docker: Fix: conexão com db (volume estava sendo criado antes das credenciais)

This commit is contained in:
2025-04-16 10:55:47 -03:00
parent 81e6d3f8df
commit c1d88b586a
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +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
RUN python gestaoRaul/manage.py migrate --noinput
WORKDIR /app/gestaoRaul