diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 5d0954e..0000000 --- a/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM python:3.12.0 - -RUN apt-get update -y && apt-get upgrade -y -RUN pip install --upgrade pip - -COPY requirements.txt /src/requirements.txt - -WORKDIR /src - -RUN pip install -r requirements.txt - -ENTRYPOINT ["python", "build.py"] \ No newline at end of file