master #40

Merged
emmatveev merged 20 commits from master into dev 2024-12-29 13:32:45 +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 . .