master #7

Merged
emmatveev merged 7 commits from master into prod 2024-11-17 13:28:06 +03:00
Showing only changes of commit b19f4532ff - Show all commits

View File

@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.12
RUN mkdir /usr/src/app
WORKDIR /usr/src/app