diff --git a/Dockerfile b/Dockerfile index 015c0fd..13f5b6d 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