master #33

Merged
emmatveev merged 4 commits from master into prod 2024-12-29 01:19:26 +03:00
Showing only changes of commit a9f09c953d - Show all commits

View File

@ -3,8 +3,8 @@ FROM python:3.12
RUN mkdir /usr/src/app
WORKDIR /usr/src/app
# COPY requirements.txt requirements.txt
# RUN pip install -r requirements.txt
COPY requirements.txt requirements.txt
RUN pip install -r requirements.txt
COPY . .