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