FROM mathwave/sprint-repo:base COPY . /usr/src/app/ RUN chmod 777 /usr/src/app/run.sh CMD ["./manage.py", "checker"]