Compare commits

..

No commits in common. "b19871503343681dea259c7e1ad21d2418d64127" and "e183c184ac47dc09dd2a0e3f01b5ea314d934010" have entirely different histories.

View File

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