diff --git a/Dockerfile b/Dockerfile index 66acd78..015c0fd 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 +# RUN python gestaoRaul/manage.py collectstatic --noinput # RUN python gestaoRaul/manage.py migrate --noinput WORKDIR /app/gestaoRaul