checker works

This commit is contained in:
Egor Matveev
2022-05-05 15:47:16 +03:00
parent 7028ac37b6
commit 5518c34636
25 changed files with 295 additions and 455 deletions

View File

@@ -14,3 +14,5 @@ WORKDIR /usr/src/app/
COPY . /usr/src/app/
RUN pip3 install -r requirements.txt
CMD ["./manage.py", "checker"]