diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 032b5be..0000000 --- a/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM python:3.10-slim -COPY . / -RUN python -m pip install requests -ENTRYPOINT ["/entrypoint.sh"] diff --git a/entrypoint.sh b/entrypoint.sh deleted file mode 100755 index 12a911f..0000000 --- a/entrypoint.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -python /main.py \ No newline at end of file