1
All checks were successful
docker / docker-push (push) Successful in 59s

This commit is contained in:
2026-03-11 14:35:13 +03:00
parent b55b3c2964
commit 16e033e2a4

View File

@ -6,4 +6,4 @@ COPY ./requirements.txt /src
RUN apt update
RUN pip install -r /src/requirements.txt
CMD [ "python", "/src/main.py" ]
CMD [ "python", "/src/wishlist_bot/main.py" ]