Atualizar o Dockerfile

This commit is contained in:
Welton Moura
2025-07-02 16:44:39 -03:00
committed by GitHub
parent 9bf2a69da1
commit a81916925f

View File

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