diff --git a/Dockerfile b/Dockerfile index 13f5b6d..cd5b35e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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