This commit is contained in:
2025-04-26 20:06:01 -03:00
parent abe61440e5
commit ec11ae7f7a
2 changed files with 12 additions and 3 deletions

View File

@@ -10,10 +10,10 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
WORKDIR /app/gestaoRaul
RUN python gestaoRaul/manage.py collectstatic --noinput
# RUN python gestaoRaul/manage.py migrate --noinput
WORKDIR /app/gestaoRaul