From 0f0b0f8f6099e86552c0ccc1d288103ca4f7f535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Mn=C3=ADch?= Date: Sun, 2 Jun 2024 13:43:13 +0200 Subject: [PATCH] TWEAK: Dockerfile update --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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