This commit is contained in:
2025-04-26 20:01:39 -03:00
parent 3fe2ad1044
commit abe61440e5

View File

@@ -10,11 +10,11 @@ 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
CMD [ "gunicorn", "-w", "4", "--timeout", "15", "gestaoRaul.wsgi:application", "--bind", "0.0.0.0:8000" ]