a
All checks were successful
docker / docker-push (push) Successful in 49s

This commit is contained in:
2026-03-12 19:50:15 +03:00
parent 53b667f647
commit 1b928bde8c

View File

@ -3,7 +3,6 @@ FROM python:3.13-bookworm
COPY ./src /src
COPY ./requirements.txt /src
RUN apt update
RUN pip install -r /src/requirements.txt
CMD [ "python", "/src/wishlist_bot/main.py" ]