From 16e033e2a41ba11586fd37173f7b61f442e3214c Mon Sep 17 00:00:00 2001 From: saddydead Date: Wed, 11 Mar 2026 14:35:13 +0300 Subject: [PATCH] 1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c897398..15cadb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,4 @@ COPY ./requirements.txt /src RUN apt update RUN pip install -r /src/requirements.txt -CMD [ "python", "/src/main.py" ] \ No newline at end of file +CMD [ "python", "/src/wishlist_bot/main.py" ] \ No newline at end of file