fix docker
All checks were successful
Build Docker / deploy (push) Successful in 42s
Build Docker / build (push) Successful in 29s

This commit is contained in:
2026-03-06 22:54:13 +03:00
parent 39359d7066
commit ee453bf652

View File

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