1
0

delete docker

This commit is contained in:
yamaks2306 2022-11-23 23:06:31 +03:00
parent f80e18d04f
commit d260f37f97
2 changed files with 0 additions and 6 deletions

@ -1,4 +0,0 @@
FROM python:3.10-slim
COPY . /
RUN python -m pip install requests
ENTRYPOINT ["/entrypoint.sh"]

@ -1,2 +0,0 @@
#!/bin/bash
python /main.py