test
Some checks failed
Build Docker / deploy (push) Successful in 50s
Build Docker / build (push) Failing after 16s

This commit is contained in:
2026-03-06 22:56:36 +03:00
parent ee453bf652
commit 5ad65b75da

View File

@@ -1,7 +1,7 @@
FROM python:3.13-slim
WORKDIR /home/backend
COPY ../ /home/backend
WORKDIR /home
COPY ../../ /home/backend
RUN python -m pip install --upgrade pip \
&& python -m pip install -r requirements.txt