Atualizar o Dockerfile

This commit is contained in:
Welton Moura
2025-07-02 14:24:40 -03:00
committed by GitHub
parent b392a50774
commit 57c833fd66

View File

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