okak 2
Some checks failed
docker / docker-push (push) Failing after 1m30s

This commit is contained in:
2026-03-11 01:31:34 +03:00
parent c681f1cd07
commit 49b99bc779

View File

@ -1,7 +1,6 @@
FROM python:3.13-bookworm FROM python:3.13-bookworm
COPY ./src /src COPY ./src /src
COPY ./requirements.txt /src
RUN apt update RUN apt update
RUN apt install pipx RUN apt install pipx