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" ]