diff --git a/Dockerfile b/Dockerfile index 6fb46b1..1d21a0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,4 @@ FROM python:3.12 WORKDIR /app COPY . /app -ADD requirements.txt . -RUN python -m pip install -r requirements.txt - ENTRYPOINT ["python", "main.py"] \ No newline at end of file