From abe61440e55cc4c9964777a6665792d13ef9c0a1 Mon Sep 17 00:00:00 2001 From: Welton Moura Date: Sat, 26 Apr 2025 20:01:39 -0300 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 917668f..b4b4698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]