test4
All checks were successful
Build Docker / deploy (push) Successful in 39s
Build Docker / build (push) Successful in 40s

This commit is contained in:
2026-03-06 23:32:48 +03:00
parent 95f4cc4e6e
commit 97ccd99b75
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.13-slim
WORKDIR /home
WORKDIR /home/backend
COPY ../ /home/backend
RUN python -m pip install --upgrade pip \