Atualizar o Dockerfile

This commit is contained in:
Welton Moura
2025-07-02 14:02:45 -03:00
committed by GitHub
parent f43029712b
commit 45395ec1e2

View File

@@ -10,7 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
RUN python gestaoRaul/manage.py collectstatic --noinput #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